Below, is a summary of all classes and their parameters's typehinting status. .
Method | Argument | Typehint | Default | |||||
class AbstractController | ||||||||
Method | Argument | Typehint | Default | |||||
injectPersistenceManager | void | |||||||
injectFeUserRepository | void | |||||||
injectMessageRepository | void | |||||||
getConfiguration | array | |||||||
class MessageController | ||||||||
Method | Argument | Typehint | Default | |||||
showAction | void | |||||||
createAction | void | |||||||
deleteAction | void | |||||||
indexAction | void | |||||||
newAction | void | |||||||
class Message | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getCreated | int | |||||||
getConfigArray | array | |||||||
toArray | array | |||||||
getConfig | string | |||||||
setConfig | void | |||||||
stringify | ||||||||
getResponseArray | array|? | |||||||
getResponse | ?string | |||||||
setResponse | void | |||||||
class MessageRepository | ||||||||
Method | Argument | Typehint | Default | |||||
removeByUid | bool |