Пример #1
0
 public function getBooleanString($b)
 {
     // parent method does the checking for allowes tring
     // representations & returns integer
     $b = parent::getBooleanString($b);
     return $b ? "'t'" : "'f'";
 }