Example #1
0
 public function getCacheKey()
 {
     return parent::getCacheKey() + array('_breaksMax' => $this->_breaksMax);
 }
Example #2
0
 public function getCacheKey()
 {
     return parent::getCacheKey() + array('_allowedTags' => $this->_allowedTags);
 }
Example #3
0
 public function getCacheKey()
 {
     return parent::getCacheKey() + array('_fixedHeight' => $this->_fixedHeight);
 }
Example #4
0
 public function getCacheKey()
 {
     return parent::getCacheKey() + array('_skipAnchors' => $this->_skipAnchors);
 }
Example #5
0
 public function getCacheKey()
 {
     return parent::getCacheKey() + array('_lengthMax' => $this->_lengthMax);
 }