Exemplo n.º 1
0
 public function __get($property)
 {
     switch (strtolower($property)) {
         case 'isfluent':
             return $this->isFluent();
         default:
             return parent::__get($property);
     }
 }