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

type() public method

public type ( $raw = false )
    public function type($raw = false)
    {
        return array('data' => 'test');
    }