load() public method

Load mixed prevalue editor
public load ( ) : string
return string
コード例 #1
0
ファイル: PrevalueEditorTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testLoad()
 {
     $this->assertInternalType('string', $this->object->load());
 }