class NotSetStateClass in Plug 7
Hierarchy
- class \Doctrine\Tests\Common\Cache\NotSetStateClass
Expanded class hierarchy of NotSetStateClass
File
- lib/
doctrine/ cache/ tests/ Doctrine/ Tests/ Common/ Cache/ PhpFileCacheTest.php, line 94
Namespace
Doctrine\Tests\Common\CacheView source
class NotSetStateClass {
private $value;
public function __construct($value) {
$this->value = $value;
}
public function getValue() {
return $this->value;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
NotSetStateClass:: |
private | property | ||
NotSetStateClass:: |
public | function | ||
NotSetStateClass:: |
public | function |