Commit ffdf6637 authored by zYne's avatar zYne

private -> protected

parent 2ddfc072
......@@ -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
......
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