Ejemplo n.º 1
0
 protected function _generateContent($code)
 {
     $code->writeHTML(lmbCmsTextBlock::getRawContent($this->get('id')));
 }
Ejemplo n.º 2
0
 function testGetRawContent_Negative()
 {
     $block_content = lmbCmsTextBlock::getRawContent('not_existed');
     $this->assertEqual($block_content, '');
 }