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

index() 공개 메소드

public index ( $test = false )
    public function index($test = false)
    {
        if ($test) {
            return array('foo' => 'bar');
        }
        return 'List of posts';
    }