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