Efficiently\AuthorityController\Authority::__construct PHP Method

__construct() public method

Authority constructor
public __construct ( mixed $currentUser, mixed $dispatcher = null )
$currentUser mixed Current user in the application
$dispatcher mixed Dispatcher used for firing events
    public function __construct($currentUser, $dispatcher = null)
    {
        $this->initDefaultAliases();
        parent::__construct($currentUser, $dispatcher);
    }