[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
Zend Framework (http://framework.zend.com/)
Copyright: | Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
File Size: | 118 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Message:: (5 methods):
setMetadata()
getMetadata()
setContent()
getContent()
toString()
setMetadata($spec, $value = null) X-Ref |
Set message metadata Non-destructive setting of message metadata; always adds to the metadata, never overwrites the entire metadata container. param: string|int|array|Traversable $spec param: mixed $value return: Message |
getMetadata($key = null, $default = null) X-Ref |
Retrieve all metadata or a single metadatum as specified by key param: null|string|int $key param: null|mixed $default return: mixed |
setContent($value) X-Ref |
Set message content param: mixed $value return: Message |
getContent() X-Ref |
Get message content return: mixed |
toString() X-Ref |
return: string |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |