* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Config\Resource; use Symfony\Component\DependencyInjection\ServiceSubscriberInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface; /** * @author Nicolas Grekas */ class ReflectionClassResource implements SelfCheckingResourceInterface, \Serializable { private $files = array(); private $className; private $classReflector; private $excludedVendors = array(); private $hash; public function __construct(\ReflectionClass $classReflector, $excludedVendors = array()) { $this->className = $classReflector->name; $this->classReflector = $classReflector; $this->excludedVendors = $excludedVendors; } public function isFresh($timestamp) { if (null === $this->hash) { $this->hash = $this->computeHash(); $this->loadFiles($this->classReflector); } foreach ($this->files as $file => $v) { if (false === $filemtime = @filemtime($file)) { return false; } if ($filemtime > $timestamp) { return $this->hash === $this->computeHash(); } } return true; } public function __toString() { return 'reflection.'.$this->className; } public function serialize() { if (null === $this->hash) { $this->hash = $this->computeHash(); $this->loadFiles($this->classReflector); } return serialize(array($this->files, $this->className, $this->hash)); } public function unserialize($serialized) { list($this->files, $this->className, $this->hash) = unserialize($serialized); } private function loadFiles(\ReflectionClass $class) { foreach ($class->getInterfaces() as $v) { $this->loadFiles($v); } do { $file = $class->getFileName(); if (false !== $file && file_exists($file)) { foreach ($this->excludedVendors as $vendor) { if (0 === strpos($file, $vendor) && false !== strpbrk(substr($file, strlen($vendor), 1), '/'.DIRECTORY_SEPARATOR)) { $file = false; break; } } if ($file) { $this->files[$file] = null; } } foreach ($class->getTraits() as $v) { $this->loadFiles($v); } } while ($class = $class->getParentClass()); } private function computeHash() { if (null === $this->classReflector) { try { $this->classReflector = new \ReflectionClass($this->className); } catch (\ReflectionException $e) { // the class does not exist anymore return false; } } $hash = hash_init('md5'); foreach ($this->generateSignature($this->classReflector) as $info) { hash_update($hash, $info); } return hash_final($hash); } private function generateSignature(\ReflectionClass $class) { yield $class->getDocComment(); yield (int) $class->isFinal(); yield (int) $class->isAbstract(); if ($class->isTrait()) { yield print_r(class_uses($class->name), true); } else { yield print_r(class_parents($class->name), true); yield print_r(class_implements($class->name), true); yield print_r($class->getConstants(), true); } if (!$class->isInterface()) { $defaults = $class->getDefaultProperties(); foreach ($class->getProperties(\ReflectionProperty::IS_PUBLIC | \ReflectionProperty::IS_PROTECTED) as $p) { yield $p->getDocComment().$p; // yield print_r($defaults[$p->name], true); } } if (defined('HHVM_VERSION')) { foreach ($class->getMethods(\ReflectionMethod::IS_PUBLIC | \ReflectionMethod::IS_PROTECTED) as $m) { // workaround HHVM bug with variadics, see https://github.com/facebook/hhvm/issues/5762 yield preg_replace('/^ @@.*/m', '', new ReflectionMethodHhvmWrapper($m->class, $m->name)); } } else { foreach ($class->getMethods(\ReflectionMethod::IS_PUBLIC | \ReflectionMethod::IS_PROTECTED) as $m) { yield preg_replace('/^ @@.*/m', '', $m); $defaults = array(); foreach ($m->getParameters() as $p) { $defaults[$p->name] = $p->isDefaultValueAvailable() ? $p->getDefaultValue() : null; } yield print_r($defaults, true); } } if ($class->isAbstract() || $class->isInterface() || $class->isTrait()) { return; } if (interface_exists(EventSubscriberInterface::class, false) && $class->isSubclassOf(EventSubscriberInterface::class)) { yield EventSubscriberInterface::class; yield print_r(\call_user_func(array($class->name, 'getSubscribedEvents')), true); } if (interface_exists(ServiceSubscriberInterface::class, false) && $class->isSubclassOf(ServiceSubscriberInterface::class)) { yield ServiceSubscriberInterface::class; yield print_r(\call_user_func(array($class->name, 'getSubscribedServices')), true); } } } /** * @internal */ class ReflectionMethodHhvmWrapper extends \ReflectionMethod { public function getParameters() { $params = array(); foreach (parent::getParameters() as $i => $p) { $params[] = new ReflectionParameterHhvmWrapper(array($this->class, $this->name), $i); } return $params; } } /** * @internal */ class ReflectionParameterHhvmWrapper extends \ReflectionParameter { public function getDefaultValue() { return array($this->isVariadic(), $this->isDefaultValueAvailable() ? parent::getDefaultValue() : null); } } __halt_compiler();----SIGNATURE:----R2n6TlJkMbVqFM62H47bAdE5it3TitrbkV9YcVamhBGTSFSv2mxU1Nq9XAAeRB24MepaQCWl5BLxDsyiN4rfDELHR+M5WfGPKIsWy2HzPjeT1HeHivgK2N+7YQ0PZum+kIOw3m2dO8jIoaY5dCxD41b1qcSOwqp9fs/Hm0WL165YfVv0DLeBqhftY+xDHr9NpQwPqoayumwi6OGqALyui2lf2NjCvticTUpuAYbeijALHG2oIfFpiqmaL378Yun4T5vRO25zAM+GXSZgg4WC0IeLauv86m8XzYL3fgT94Hb04M5BTYoyTB0PvYnutLkTtLgCdrvXlYRMuTL+mdn68Zk23Y55pVn1MJJoxO1XoJx+r3epS09G1DiUnok5bJvuJ0ARV+H1w9ac4k1YFhukofL/QoFoyF7XMaGvdqRQpn0I049bP4GWt6zgQ0iZ4jnFwx6Ef8gJol905DpUOPiXABokjxA75NvBb6pTT9LID6Lp3RXZOCvcKwHyMiL9iDEWp+cbWXi1RGKzdzWVZqz/PxixnTg+ii4eZfUjfJbuEDNvIn5ALC9/bANDkYhtadG0Ypllscq6zYaGRUNeLXCZ5XINfs/f8svumbay+v4DweUTrkf8O5WKsDhP0kXEi1IGnUp2zV7NI1mvnxuYdDGQxdrJ9TobTrtTDWcAsoR/r78=----ATTACHMENT:----MTA5MjM5OTg1MTI0ODQ1NCA5MzczNjkwNDkzNDEzMjk2IDM0ODk4NjczMTE5NDc2NjM=