private -> protected
This commit is contained in:
parent
2ddfc0726a
commit
ffdf6637e4
@ -33,15 +33,14 @@
|
||||
*/
|
||||
abstract class Doctrine_Configurable
|
||||
{
|
||||
|
||||
/**
|
||||
* @var array $attributes an array of containing all attributes
|
||||
*/
|
||||
private $attributes = array();
|
||||
protected $attributes = array();
|
||||
/**
|
||||
* @var $parent the parents of this component
|
||||
*/
|
||||
private $parent;
|
||||
protected $parent;
|
||||
/**
|
||||
* setAttribute
|
||||
* sets a given attribute
|
||||
|
Loading…
x
Reference in New Issue
Block a user