Exemple #1
0
 /**
  * Constructor override for SplObjectStorage instantiation.
  *
  * @param Doozr_Base_State_Interface $state The state object
  *
  * @author Benjamin Carl <*****@*****.**>
  * @return Doozr_Base_Presenter_Subject Subject
  * @access public
  */
 public function __construct(Doozr_Base_State_Interface $state = null)
 {
     $this->observer = new SplObjectStorage();
     parent::__construct($state);
 }