count() public method

* Countable methods.
public count ( )
コード例 #1
0
ファイル: List.php プロジェクト: DSNS-LAB/Dmail
 /**
  * Returns the number of Turba_Objects that are in the list. Use this to
  * hide internal implementation details from client objects.
  *
  * @return integer  The number of objects in the list.
  */
 public function count()
 {
     return $this->list->count();
 }