Example #1
0
 public function getMethods($deep = false)
 {
     if (false === $this->loaded) {
         $this->load();
     }
     return parent::getMethods($deep);
 }