PHP Class eZ\Publish\Core\FieldType\Selection\Value

Inheritance: extends eZ\Publish\Core\FieldType\Value
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$selection int[] Selection content.

Public Methods

Method Description
__construct ( array $selection = [] ) Construct a new Value object and initialize it $selection.
__toString ( )

Method Details

__construct() public method

Construct a new Value object and initialize it $selection.
public __construct ( array $selection = [] )
$selection array

__toString() public method

See also: eZ\Publish\Core\FieldType\Value
public __toString ( )

Property Details

$selection public_oe property

Selection content.
public int[] $selection
return int[]