Beispiel #1
0
 public function initialize()
 {
     /*print '<pre>';
       print_R($this->getProperties());
       exit;*/
     $this->setProperties(array("new_status" => 2));
     return parent::initialize();
 }
Beispiel #2
0
 public function initialize()
 {
     $this->setProperty('new_status', 8);
     return parent::initialize();
 }
Beispiel #3
0
 public function initialize()
 {
     $this->setProperty('new_status', 3);
     $this->setDefaultProperties(array('manager' => $this->modx->user->id));
     return parent::initialize();
 }