Exemplo n.º 1
0
 /**
  * @Override
  */
 public function get($property, $default = null)
 {
     if ($property == 'length') {
         return 5 + $this->encLength;
     }
     return parent::get($property);
 }