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

__construct() public method

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