Example #1
0
 /**
  * @return mixed
  */
 function key()
 {
     return is_array($this->container) ? key($this->container) : $this->container->key();
 }