eZ\Publish\Core\FieldType\Selection\Value::__construct PHP Method

__construct() public method

Construct a new Value object and initialize it $selection.
public __construct ( array $selection = [] )
$selection array
    public function __construct(array $selection = array())
    {
        $this->selection = $selection;
    }