*/ protected $values = []; /** * @param string $contentSplitCharacter */ public function __construct( protected $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(): string { 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:----Cvtr0VlLlAmXy69a3fDOgMHxsjwEfuPr45oaxZ2c5FJCUqQA/dbq/R/Cwbcb9raYqKH1o60jjq6l3DBESO2wlfsk9+A0UUyzgxpjq5L6ox5dvz2uJ9vDPTIsKD217KNJWaeRIq/r1Hv7dbxzTa7Vs1vBgps7sDWA1iQJnXZBCt63dOXbjr48Q1O1iDWN/Iot7IyE4yJoKx48QA5HYiM+i+flgMMaiCrT4q0xoNxKSWiyutrUY0J7DISiAYXTTvlZu5gaxadxoq3i2+9r30a0MnFuowXkSAcSkKrBuMmEMncVazhmhRX9nZHxec/k/BDoER79o4LbGjQCn5NQ74hcci+jTvhXKGHX69AxDuEobouy0x8wZLZM39VS3FtaNs5A5F/EMRmdrC3r977/TSjmzIjdhsggMysk8YqnH7N3gCG+F1VRUtNErujJWY8EHVnQGx9V68e75rQOmw5ugtTTYgCjTqNVgwcH7kOeJSChQXUacgCvTm+xx/+IoK7M6X2CDvCuBhOPyA4k7mySK2AWL6UQvMEilb53I0uN0J2mcwWQ3nvjNCNU9AtTfgQ7v2aLuv6E9PkNt5zHiIBR3Ar8TONv5oloCHrJBRsAVvsZuyThzzWoEM4iZqnqbazmYePpYjOFaNCrLqMNr951/US2EWzhQwOeEpW0PEBfwiNTmZw=----ATTACHMENT:----MzUyNDc1OTMzODc5OTk3NyAzMjYxODI3MTk1MzUwMjIyIDMxMjM3NTM2NzI2NDIwNDc=