class SetStateClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php \Doctrine\Tests\Common\Cache\SetStateClass
Hierarchy
- class \Doctrine\Tests\Common\Cache\NotSetStateClass
- class \Doctrine\Tests\Common\Cache\SetStateClass
Expanded class hierarchy of SetStateClass
File
- vendor/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ PhpFileCacheTest.php, line 119
Namespace
Doctrine\Tests\Common\CacheView source
class SetStateClass extends NotSetStateClass {
public static $values = array();
public static function __set_state($data) {
self::$values = $data;
return new self($data['value']);
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
NotSetStateClass:: |
private | property | ||
NotSetStateClass:: |
public | function | ||
NotSetStateClass:: |
public | function | ||
SetStateClass:: |
public static | property | ||
SetStateClass:: |
public static | function |