Elgg\UserCapabilities::__construct PHP Method

__construct() public method

Constructor
public __construct ( PluginHooksService $hooks, EntityTable $entities, ElggSession $session )
$hooks PluginHooksService Plugin hooks service
$entities Elgg\Database\EntityTable Entity table
$session ElggSession Session
    public function __construct(PluginHooksService $hooks, EntityTable $entities, ElggSession $session)
    {
        $this->hooks = $hooks;
        $this->entities = $entities;
        $this->session = $session;
    }