getAvailableViews() public method

Get available views
public getAvailableViews ( ) : Collection
return Gc\View\Collection
Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetAvailableViews()
 {
     $this->assertInstanceOf('Gc\\View\\Collection', $this->object->getAvailableViews());
 }