getControllerMethods() public static method

Returns all public methods for requested class
public static getControllerMethods ( string $class ) : array
$class string
return array
 public function testGetControllerMethodsExceptions()
 {
     $this->setExpectedException('mult1mate\\crontab\\TaskManagerException');
     TaskLoader::getControllerMethods('/mocks/');
 }