You are here

public function ArrayContainer::valid in Autoload 7.2

File

./autoload.cache.inc, line 79
Autoload cache controller.

Class

ArrayContainer
An object, behaving as an array.

Code

public function valid() {
  return $this
    ->key() !== NULL;
}