public function Collection::isEmpty in Plug 7
Checks whether the collection is empty (contains no elements).
Return value
boolean TRUE if the collection is empty, FALSE otherwise.
2 methods override Collection::isEmpty()
- AbstractLazyCollection::isEmpty in lib/
doctrine/ collections/ lib/ Doctrine/ Common/ Collections/ AbstractLazyCollection.php - Checks whether the collection is empty (contains no elements).
- ArrayCollection::isEmpty in lib/
doctrine/ collections/ lib/ Doctrine/ Common/ Collections/ ArrayCollection.php - Checks whether the collection is empty (contains no elements).
File
- lib/
doctrine/ collections/ lib/ Doctrine/ Common/ Collections/ Collection.php, line 82
Class
- Collection
- The missing (SPL) Collection/Array/OrderedMap interface.
Namespace
Doctrine\Common\CollectionsCode
public function isEmpty();