eZ\Publish\Core\Search\Legacy\Content\Gateway\ExceptionConversion::__construct PHP Метод

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

Creates a new exception conversion gateway around $innerGateway.
public __construct ( Gateway $innerGateway )
$innerGateway eZ\Publish\Core\Search\Legacy\Content\Gateway
    public function __construct(Gateway $innerGateway)
    {
        $this->innerGateway = $innerGateway;
    }
ExceptionConversion