mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented view parameter
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\ParameterManagement\Parameter;
|
||||
|
||||
use Symfony\Component\Validator\Constraints as Assert;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
final class ViewParameter extends AbstractParameter
|
||||
{
|
||||
/**
|
||||
* @var bool
|
||||
* @Assert\Choice(callback={"Infinito\DBAL\Types\ActionType","getValues"})
|
||||
*/
|
||||
protected $value = null;
|
||||
}
|
Reference in New Issue
Block a user