コード例 #1
0
ファイル: Fieldset.php プロジェクト: gstearmit/EshopVegeTable
 /**
  * Countable: return count of attached elements/fieldsets
  *
  * @return int
  */
 public function count()
 {
     return $this->iterator->count();
 }
コード例 #2
0
 /**
  * Return count of attached resolvers
  *
  * @return int
  */
 public function count()
 {
     return $this->queue->count();
 }