Commit 44e656dc authored by Jonathan H. Wage's avatar Jonathan H. Wage

Adding description to _getParentClasses()

parent 45969840
...@@ -191,6 +191,12 @@ class ClassMetadataFactory ...@@ -191,6 +191,12 @@ class ClassMetadataFactory
$this->_loadedMetadata[$className] = $class; $this->_loadedMetadata[$className] = $class;
} }
/**
* Get array of parent classes for the given entity class
*
* @param string $name
* @return array $parentClasses
*/
protected function _getParentClasses($name) protected function _getParentClasses($name)
{ {
// Collect parent classes, ignoring transient (not-mapped) classes. // Collect parent classes, ignoring transient (not-mapped) classes.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment