eZ\Publish\Core\Persistence\Legacy\Content\Type\Handler::__construct PHP Метод

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

Creates a new content type handler.
public __construct ( Gateway $contentTypeGateway, Mapper $mapper, Handler $updateHandler )
$contentTypeGateway Gateway
$mapper Mapper
$updateHandler eZ\Publish\Core\Persistence\Legacy\Content\Type\Update\Handler
    public function __construct(Gateway $contentTypeGateway, Mapper $mapper, UpdateHandler $updateHandler)
    {
        $this->contentTypeGateway = $contentTypeGateway;
        $this->mapper = $mapper;
        $this->updateHandler = $updateHandler;
    }