getView() public method

get View Model
public getView ( ) : Model
return Gc\View\Model
示例#1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetView()
 {
     $this->assertInstanceOf('Gc\\View\\Model', $this->object->getView());
 }