Exemplo n.º 1
0
 public function __construct($mant)
 {
     if (empty($mant) || !is_array($mant) || count($mant) != 3) {
         return false;
     } else {
         parent::__construct();
         $this->Mant = $mant;
     }
 }