AsanaCall
+ Inheritance diagram for AsanaCall:

Protected Properties

 $description = 'Arbitrarily call methods on (mostly) any entity, followed by update() if appropriate.'
 
 $signature
 

Public Methods

 handle ()
 

Properties

◆ $signature

$signature
protected
Initial value:
= 'asana:call'
. ' {class : The entity class to load, relative to the "Helix\\Asana\\" namespace (e.g. "User")}'
. ' {path : The entity\'s resource path (e.g. "users/me")}'
. ' {method : The method name to call (e.g. "getName", "reload")}'
. ' {args?* : Any arguments for the method, separated by spaces. Empty strings ("") are converted to NULL.}'