Example #1
0
 /**
  * is there a repeater source for the lazy data
  *
  * @return boolean
  */
 public function hasRepeater()
 {
     return $this->_repeater instanceof \MUtil_Lazy_RepeatableInterface || $this->_chainedBridge && $this->_chainedBridge->hasRepeater();
 }
 /**
  * is there a repeater source for the lazy data
  *
  * @return boolean
  */
 public function hasRepeater()
 {
     return parent::hasRepeater() || (bool) $this->table->getRepeater();
 }