예제 #1
0
 public function __construct($assign_id = null)
 {
     $this->_assignId = $assign_id;
     parent::__construct();
 }
예제 #2
0
 /**
  * Constructor
  *
  * Registers form view helper as decorator
  *
  * @param mixed $options
  * @return void
  */
 public function __construct($record = null)
 {
     $this->_record = $record;
     parent::__construct();
 }
예제 #3
0
 public function __construct($profile_id = null)
 {
     $this->_profileId = $profile_id;
     parent::__construct();
 }