*/ protected $types = []; /** @var string|null */ protected $description; /** * @return string */ public function getName() { return 'throws'; } /** * @inheritDoc */ public function initialize($content) { $matches = []; preg_match('#([\w|\\\]+)(?:\s+(.*))?#', $content, $matches); $this->types = explode('|', $matches[1]); if (isset($matches[2])) { $this->description = $matches[2]; } } /** * Get return variable type * * @deprecated 2.0.4 use getTypes instead * * @return string */ public function getType() { return implode('|', $this->getTypes()); } /** * @inheritDoc */ public function getTypes() { return $this->types; } /** * @return string|null */ public function getDescription() { return $this->description; } } __halt_compiler();----SIGNATURE:----Z199nNXicLpxo054Eqe3b+bZZhi6wznpSJQ5pNrGUpQMN0cH4ABMGSklkozGesB+qgYQBkxI6U2rA+CIm065PeHihK4J87LdDfIR2dwTe0RZ7lvgluHCrAuyiucPGrpxNBwYUSnpMk2u/7CaOeByRbWbiOr1qPr6VqKDH71QXy8dT4YLmIOk5CLuD1LfkIN0NkBbvO49TTklNgi07yH9LWiwXtZR2z0dDYHdPZhvAaX6Afh7Mrsg8wCn6NtdVhZImghCgzHfOMIcxoIQjMJwqjVDq01JmXpsY8Sl5gj6qJfwGeZCBUaBwWRgTVB4PT2xM2Hf0Bo6ZNPmhNNUzFF1YEhGhLwJNb3HZ/CS1jpnw5ID+5N1DVAomJ1irfrkwyVYm2sZa8io4a2+ipyg+ZgSi0WDJz+z4VRJHxQY+qWRNnPM0iqkOK+LlYuuhRW3M4dW5A397/p6fYRqaAMv7FlUnjvwGfni5r6RY5wqlySfexy/VuzuDULTpDWFcPpybtqNsxqUlbExravhWItQHRO0uO22Wam9us1pGyqOIbQPPA+coCGI4B6S68r3d97yCdlPudVaDzOKgg6Qu+rhQE1GiuGfdTmpg3HwzKzzOulspRptIu7eVNWcS7lO/5oQjrjD5h3G6KZPHPw5xdpzURqhnZE40h6m7LPCIY4yu0eQ948=----ATTACHMENT:----NTEyMjczNTIzNjUyMjM1MCAxMzQwNDAyMDcxOTE1OTQ2IDI2MDk0NTU5MDQxNTgxODY=