getLayout() public method

get View Model
public getLayout ( ) : Model
return Gc\View\Model
Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetLayout()
 {
     $this->assertInstanceOf('Gc\\Layout\\Model', $this->object->getLayout());
 }