getView() публичный Метод

get View Model
public getView ( ) : Model
Результат Gc\View\Model
Пример #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetView()
 {
     $this->assertInstanceOf('Gc\\View\\Model', $this->object->getView());
 }