eZ\Publish\Core\Persistence\Legacy\Tests\Content\Section\SectionHandlerTest::getSectionHandler PHP Method

getSectionHandler() protected method

Returns the section handler to test.
protected getSectionHandler ( ) : Handler
return eZ\Publish\Core\Persistence\Legacy\Content\Section\Handler
    protected function getSectionHandler()
    {
        if (!isset($this->sectionHandler)) {
            $this->sectionHandler = new Handler($this->getGatewayMock());
        }
        return $this->sectionHandler;
    }