示例#1
0
 /**
  * Define the clone function for prevent the same point to same object.
  *
  * @return void
  */
 public function __clone()
 {
     parent::__clone();
     $this->_validate = new Phprojekt_Model_Validate();
     $this->_history = new Phprojekt_History();
     $this->_search = new Phprojekt_Search();
     $this->_rights = new Phprojekt_Item_Rights();
 }
示例#2
0
 /**
  * Define the clone function for prevent the same point to same object.
  *
  * @return void
  */
 public function __clone()
 {
     parent::__clone();
     $this->_validate = new Phprojekt_Model_Validate();
     $this->_informationManager = new Phprojekt_Module_Information();
 }
示例#3
0
 /**
  * Define the clone function for prevent the same point to same object.
  *
  * @return void
  */
 public function __clone()
 {
     parent::__clone();
     $this->_validate = Phprojekt_Loader::getLibraryClass('Phprojekt_Model_Validate');
     $this->_informationManager = Phprojekt_Loader::getModel('Timecard', 'Information');
 }
示例#4
0
 /**
  * Define the clone function for prevent the same point to same object.
  *
  * @return void
  */
 public function __clone()
 {
     parent::__clone();
     $this->_validate = Phprojekt_Loader::getLibraryClass('Phprojekt_Model_Validate');
     $this->_informationManager = Phprojekt_Loader::getModel('Minutes_SubModules_MinutesItem', 'MinutesItemInformation');
 }
示例#5
0
 /**
  * Define the clone function for prevent the same point to same object.
  *
  * @return void
  */
 public function __clone()
 {
     parent::__clone();
     $this->_validate = Phprojekt_Loader::getLibraryClass('Phprojekt_Model_Validate');
     $this->_history = Phprojekt_Loader::getLibraryClass('Phprojekt_History');
     $this->_search = Phprojekt_Loader::getLibraryClass('Phprojekt_Search');
     $this->_rights = Phprojekt_Loader::getLibraryClass('Phprojekt_Item_Rights');
 }
示例#6
0
 /**
  * Define the clone function for prevent the same point to same object.
  *
  * @return void
  */
 public function __clone()
 {
     parent::__clone();
     $this->_informationManager = Phprojekt_Loader::getLibraryClass('Phprojekt_Groups_Information');
 }
示例#7
0
 /**
  * Define the clone function for prevent the same point to same object.
  *
  * @return void
  */
 public function __clone()
 {
     parent::__clone();
     $this->_validate = new Phprojekt_Model_Validate();
     $this->_informationManager = new Minutes_SubModules_MinutesItem_Models_MinutesItemInformation();
 }