메소드 | 설명 | |
---|---|---|
callMethodSanitizeArguments ( object $object, string $method, array $argumentsList = [] ) : object | Call a method and ensure arguments. | |
toArray ( object $object ) | Convert Object to Array |
public static callMethodSanitizeArguments ( object $object, string $method, array $argumentsList = [] ) : object | ||
$object | object | The class object where the method must be found. |
$method | string | The class method to call inside the object. |
$argumentsList | array | A massiv assigned list of array items, where the key is bind to the method argument and the value to be passed in the method on call. |
리턴 | object |