offsetExists() публичный Метод

public offsetExists ( $Index )
Пример #1
0
 public function offsetExists($index)
 {
     $this->Load();
     return parent::offsetExists($index);
 }