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