コード例 #1
0
ファイル: NewlineToLinebreak.php プロジェクト: cargomedia/cm
 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);
 }