function __construct() { $this->behaviors[] = new Object\Property\Defaults(); parent::__construct(); $this->behaviors[] = new Object\Method\ArrayList('Parameters', 'Parameter'); }
function __construct() { $this->behaviors[] = new Object\Property\ArrayList('Data'); parent::__construct(); }
function __construct() { parent::__construct(); $this->behaviors[] = new Object\Method\Control(); }