*/ protected $values = []; /** * @param string $contentSplitCharacter */ public function __construct($contentSplitCharacter = ' ') { $this->contentSplitCharacter = $contentSplitCharacter; } /** * @inheritDoc */ public function initialize($content) { $this->parse($content); } /** * @return string|null */ public function getName() { return $this->name; } /** * @param string $name * @return void */ public function setName($name) { $this->name = $name; } /** * @return string|null */ public function getContent() { return $this->content; } /** * @param int $position * @return string */ public function returnValue($position) { return $this->values[$position]; } /** * @return non-empty-string */ public function __toString() { return 'DocBlock Tag [ * @' . $this->name . ' ]' . "\n"; } /** * @param string $docBlockLine * @return void */ protected function parse($docBlockLine) { $this->content = trim($docBlockLine); $this->values = explode($this->contentSplitCharacter, $docBlockLine); } } __halt_compiler();----SIGNATURE:----ZrCL/Jrvkp49F78LUWIS/eLtnkpP6VcaO5CObz39jf+p3VFsT3e3gsKel6f+J7ALk4sOXWaAD6tvAkBKwyTTHnZeHVngdBPuOEHN8AsjE1QIYsZTbxZG2gQesgFUPGHyRdyXXUwq4WC7hj9zgN0Th3M9hFi3pZUBBd6DskuuA8dsgtQ+oCiePqBCYvRjLTwlLReEEZTyVPAAB4Wjg5UJ4ygVNEwEe0QNNOHApbV9uxppVBVqj9HSESk0JRHUqrPRyf/8IvatNgL/FfYUpITmum1xgObfFGgF+gqpIm0zvG4LpB4/WvqAgbFzTYlfC/uokS7pL2AYu3Mi0QP38FtJu5LSfRGisYqxAG+P27/tOfeXYVKNDnzTZzxX5xNkXJyZz4rbgVJKUvJClfA6NS8SEk1DA6sVBBdzA8A9ui53ao3Bd3p09tnuJKCb1HNA1ZUS9K1cH+2sJv+ofWi0/aMJez+ER0073ikUZL0g0EvIQK2e3i1W1smdLCIujODpu6qxDQ6t/lKnVDuvvjUP3Mtay4sDQqJ125cjs4SZ78kjv4FdV91pt5OCthGXuxnPPwD0GvuWna4k7JcvMqoMBRGQR6OrVywIF76rfDpUqV98R8ly/fA2chsU6xHKIZZdmGhqWx5l459cW5c4dmHoZfnGdXz4x65vyEQj320jzmoelmY=----ATTACHMENT:----ODY2NzQxNTkxOTcwMDYzNyAxMzQ5MjE3NDE0Nzg1MDM5IDk0MTAwMjQ0NDA4Njk3MzM=