Newscoop\Service\Implementation\SectionServiceDoctrine::_init_ PHP Method

_init_() protected method

protected _init_ ( )
    protected function _init_()
    {
        $this->entityClassName = Section::NAME;
        $this->searchClassName = SearchSection::NAME;
    }
SectionServiceDoctrine