eZ\Publish\Core\FieldType\Relation\NameableField::__construct PHP Method

__construct() public method

public __construct ( eZ\Publish\SPI\Persistence\Content\Handler $handler )
$handler eZ\Publish\SPI\Persistence\Content\Handler
    public function __construct(SPIContentHandler $handler)
    {
        $this->handler = $handler;
    }