Exemplo n.º 1
0
 /**
  * @return bool
  */
 public final function isArrayCompatible()
 {
     return $this->source instanceof IIterator ? $this->source->isArrayCompatible() : false;
 }