public static function SetStateClass::__set_state in Plug 7
File
- lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ PhpFileCacheTest.php, line 113
Class
Namespace
Doctrine\Tests\Common\CacheCode
public static function __set_state($data) {
self::$values = $data;
return new self($data['value']);
}