예제 #1
0
 public function getCacheKey()
 {
     return parent::getCacheKey() + array('_breaksMax' => $this->_breaksMax);
 }
예제 #2
0
파일: Striptags.php 프로젝트: cargomedia/cm
 public function getCacheKey()
 {
     return parent::getCacheKey() + array('_allowedTags' => $this->_allowedTags);
 }
예제 #3
0
파일: Emoticon.php 프로젝트: cargomedia/cm
 public function getCacheKey()
 {
     return parent::getCacheKey() + array('_fixedHeight' => $this->_fixedHeight);
 }
예제 #4
0
파일: Markdown.php 프로젝트: cargomedia/cm
 public function getCacheKey()
 {
     return parent::getCacheKey() + array('_skipAnchors' => $this->_skipAnchors);
 }
예제 #5
0
파일: MaxLength.php 프로젝트: cargomedia/cm
 public function getCacheKey()
 {
     return parent::getCacheKey() + array('_lengthMax' => $this->_lengthMax);
 }