Свойство | Type | Description | |
---|---|---|---|
$arguments | string | ||
$method_name | string |
Méthode | Description | |
---|---|---|
getArguments ( ) : string[] | Returns an array containing each argument as array of type and name. | |
getContent ( ) | ||
getMethodName ( ) : string | Retrieves the method name. | |
setArguments ( string $arguments ) : void | Sets the arguments for this method. | |
setContent ( $content ) | ||
setMethodName ( string $method_name ) | Sets the name of this method. |
public getArguments ( ) : string[] | ||
Résultat | string[] |
public getMethodName ( ) : string | ||
Résultat | string |
public setArguments ( string $arguments ) : void | ||
$arguments | string | A comma-separated arguments line. |
Résultat | void |
public setMethodName ( string $method_name ) | ||
$method_name | string | The name of the method. |