You are here

public function AbstractLazyCollection::isInitialized in Plug 7

Is the lazy collection already initialized?

Return value

bool

File

lib/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php, line 319

Class

AbstractLazyCollection
Lazy collection that is backed by a concrete collection

Namespace

Doctrine\Common\Collections

Code

public function isInitialized() {
  return $this->initialized;
}