lithium\tests\mocks\action\MockPostsController::view3 PHP Method

view3() public method

public view3 ( $id = null )
    public function view3($id = null)
    {
        $this->render(array('layout' => false, 'template' => 'view'));
    }