*/ protected $types = []; /** @var string|null */ protected $description; /** * @return string */ public function getName() { return 'return'; } /** @inheritDoc */ public function initialize($content) { $matches = []; if (! preg_match('#((?:[\w|\\\]+(?:\[\])*\|?)+)(?:\s+(.*))?#s', $content, $matches)) { return; } $this->types = explode('|', $matches[1]); if (isset($matches[2])) { $this->description = trim(preg_replace('#\s+#', ' ', $matches[2])); } } /** * @deprecated 2.0.4 use getTypes instead * * @return string */ public function getType() { if (empty($this->types)) { return ''; } return $this->types[0]; } /** @inheritDoc */ public function getTypes() { return $this->types; } /** * @return string|null */ public function getDescription() { return $this->description; } }__halt_compiler();----SIGNATURE:----KitrT4L4/cf3clapU3etniCboZRI/POSolIeeJMxVjxYo/+QZTrMJKJHfIuhvammVBNo2uo+/AMI2VTOQkyb/iIHipsPQHkglfOBYsObvgo7lr3uIX6VidTWAtQv6dRTYsri+hYF09GnJzwgsU2IiPQSfPtnOaeFPvSEyBytp91KPzP93zKqJhxKFz9LynHSlkcP8uIksXABNIKjjGW6T2hY5NFfBZ4CikYH/GQQ0NahFN+mu1l2DRsCWNUJTn7sFe8umU+NExjGnxy8xI1A2o0Tza38w4vrsZuTY6uoPBJ2aNhWor8nfWl0ux73vSX4cSzUdp4ej17XDa6c0GQlnlxIZRX9HssonCJeFXZwU9kGspf5Z/O6CoHMVURqGrU23DzO16lT7SdsdCOTWn730fLVSWuhxpdeexak4yFT4YL1D2twd1ugzlEA/Qs7hHG5R0o9XyUiqp/9sp0GcosWAEybGG6oyaxpo6wNYtNoYnLFHIsnQnVFPqSKrMbu9KyjBUEzUXAJBZ+zTjNJE1BoFRstUoaF48FKE98SnuyfBXYlyOsdmp/VX15cp4+l0rP9fN6ePpA/JwAvodpQjSr+494Q+lE23ZMveIFEBr0FgrxWEKQ7NO2lbP6civgCT7QeXPTjoezqMxUjF2gzwKs89OYP1UutRJ3WoC74VpO1bxs=----ATTACHMENT:----Nzg4ODkzNzgzNTU3MzUzNSA0NzI1NjE2MzUwOTg1OTgwIDMwNjczODI4NDc2NDUwNzk=