Example #1
0
 public function init()
 {
     parent::init();
     $this->master_os = Abstract_VDI::load($this->master_id);
     return true;
 }