lithium\tests\mocks\action\MockPostsController::view3 PHP 메소드

view3() 공개 메소드

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