eZ\Publish\Core\Repository\Helper\RelationProcessor::__construct PHP Метод

__construct() публичный Метод

Setups service with reference to repository object that created it & corresponding handler.
public __construct ( eZ\Publish\SPI\Persistence\Handler $handler )
$handler eZ\Publish\SPI\Persistence\Handler
    public function __construct(Handler $handler)
    {
        $this->persistenceHandler = $handler;
    }