コード例 #1
0
ファイル: text_block.tag.php プロジェクト: snowjobgit/limb
 protected function _generateContent($code)
 {
     $code->writeHTML(lmbCmsTextBlock::getRawContent($this->get('id')));
 }
コード例 #2
0
 function testGetRawContent_Negative()
 {
     $block_content = lmbCmsTextBlock::getRawContent('not_existed');
     $this->assertEqual($block_content, '');
 }