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

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

Creates a new Section Handler.
public __construct ( Gateway $sectionGateway )
$sectionGateway Gateway
    public function __construct(Gateway $sectionGateway)
    {
        $this->sectionGateway = $sectionGateway;
    }