Exemplo n.º 1
0
 public function get_metas()
 {
     if (empty($this->metas)) {
         $this->metas = PWFunctions::work_metas($this->id());
     }
     return $this->metas;
 }