| 
    Elgg
    Version master
    
   | 
 
Check if the current route has a page owner entity and it is a user. More...
  
Protected Member Functions | |
| getType () | |
Returns the type of the page owner to validate.
  | |
  Protected Member Functions inherited from Elgg\Router\Middleware\PageOwnerGatekeeper | |
| assert (\Elgg\Request $request, Route $route) | |
| Performs assertions.  More... | |
| assertPageOwner () | |
| Asserts the pageowner.  More... | |
| getSubtype () | |
| Returns the subtype of the page owner to validate.  More... | |
Additional Inherited Members | |
  Public Member Functions inherited from Elgg\Router\Middleware\PageOwnerGatekeeper | |
| __invoke (\Elgg\Request $request) | |
| Validate the current request.  More... | |
  Protected Attributes inherited from Elgg\Router\Middleware\PageOwnerGatekeeper | |
| ElggEntity | $page_owner | 
Check if the current route has a page owner entity and it is a user.
Definition at line 10 of file UserPageOwnerGatekeeper.php.
      
  | 
  protected | 
Returns the type of the page owner to validate.
Reimplemented from Elgg\Router\Middleware\PageOwnerGatekeeper.
Definition at line 15 of file UserPageOwnerGatekeeper.php.