class TestObject in Plug 7
Same name in this branch
- 7 lib/doctrine/collections/tests/Doctrine/Tests/Common/Collections/ClosureExpressionVisitorTest.php \Doctrine\Tests\Common\Collections\TestObject
- 7 lib/doctrine/common/tests/Doctrine/Tests/Common/Persistence/PersistentObjectTest.php \Doctrine\Tests\Common\Persistence\TestObject
Hierarchy
- class \Doctrine\Common\Persistence\PersistentObject implements ObjectManagerAware
- class \Doctrine\Tests\Common\Persistence\TestObject
Expanded class hierarchy of TestObject
File
- lib/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Persistence/ PersistentObjectTest.php, line 145
Namespace
Doctrine\Tests\Common\PersistenceView source
class TestObject extends PersistentObject {
protected $id = 1;
protected $name = 'beberlei';
protected $parent;
protected $children;
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PersistentObject:: |
private | property | ||
PersistentObject:: |
private static | property | ||
PersistentObject:: |
private | function | Adds an object to a collection. | |
PersistentObject:: |
private | function | If this is an inverse side association, completes the owning side. | |
PersistentObject:: |
private | function | Gets a persistent field value. | |
PersistentObject:: |
public static | function | ||
PersistentObject:: |
private | function | Initializes Doctrine Metadata for this class. | |
PersistentObject:: |
public | function |
Injects the Doctrine Object Manager. Overrides ObjectManagerAware:: |
|
PersistentObject:: |
private | function | Sets a persistent fields value. | |
PersistentObject:: |
public static | function | Sets the object manager responsible for all persistent object base classes. | |
PersistentObject:: |
public | function | Magic methods. | |
TestObject:: |
protected | property | ||
TestObject:: |
protected | property | ||
TestObject:: |
protected | property | ||
TestObject:: |
protected | property |