getUserPermissions() public method

Get User permissions
public getUserPermissions ( boolean $forceReload = false ) : array
$forceReload boolean Force reload permissions
return array
Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetUserPermissions()
 {
     $this->assertInternalType('array', $this->object->getUserPermissions());
 }