| Total Complexity | 1 | 
| Total Lines | 33 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 15 | class PageCategory extends ExecuteAbstract  | 
            ||
| 16 | { | 
            ||
| 17 | const ENTITY_SINGULAR = 'pageCategory';  | 
            ||
| 18 | const ENTITY_PLURAL = 'pageCategories';  | 
            ||
| 19 | |||
| 20 | const ENTITY_TITLE_SINGULAR = 'website:pageCategory';  | 
            ||
| 21 | const ENTITY_TITLE_PLURAL = 'website:pageCategories';  | 
            ||
| 22 | |||
| 23 | /**  | 
            ||
| 24 | * PageCategory constructor.  | 
            ||
| 25 | *  | 
            ||
| 26 | * @param FlashService $flashService  | 
            ||
| 27 | * @param ITranslator $translator  | 
            ||
| 28 | * @param UrlGenerator $urlGenerator  | 
            ||
| 29 | * @param RepoService $repoService  | 
            ||
| 30 | * @param ISession $session  | 
            ||
| 31 | * @param LoggerInterface $logger  | 
            ||
| 32 | */  | 
            ||
| 33 | public function __construct(  | 
            ||
| 51 |