getView() 공개 메소드

get View Model
public getView ( ) : Model
리턴 Gc\View\Model
예제 #1
0
파일: ModelTest.php 프로젝트: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testGetView()
 {
     $this->assertInstanceOf('Gc\\View\\Model', $this->object->getView());
 }