Пример #1
0
 /**
  *    ArrayAccess interface : offsetExists() implementation
  */
 public function offsetExists($key)
 {
     //        Charcoal_ParamTrait::validateString( 1, $key );
     $key = us($key);
     return parent::offsetExists($key);
 }