class SetStateClass

Hierarchy

Expanded class hierarchy of SetStateClass

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php, line 140

Namespace

Doctrine\Tests\Common\Cache
View source
class SetStateClass extends NotSetStateClass {
  public static $values = array();
  public static function __set_state($data) {
    self::$values = $data;
    return new self($data['value']);
  }

}

Members