Beispiel #1
0
 protected function argToString($mValue)
 {
     if ($mValue instanceof Cast) {
         $result = $this->create('string', array($this, $mValue));
     } else {
         $result = parent::argToString($mValue);
     }
     return $result;
 }