Class MessageMulti
GenericResource is the class every model should use for initialization. It provides the functions to check the mandatory, optional arguments provided
- Catapult\GenericResource
-
Catapult\MessageMulti
Methods summary
public
|
|
public
|
#
listMessages( $arr )
Important this function does not provide 'CollectionObject' thus cannot be enumerated. TODO: fix |
public
|
|
public
|
|
protected
|
Methods inherited from Catapult\GenericResource
__call(),
__toString(),
_init(),
_list(),
check(),
create(),
delete(),
get(),
getAudioUrl(),
getObjClass(),
getPath(),
getSchemaString(),
get_sub_function(),
load(),
reload(),
toArray(),
update()
Properties summary
public static
array
|
$args
|
#
array(
"from",
"to",
"text",
"callbackUrl",
"timeout",
"media"
)
|