Application\Cli\Controllers\TestController::defaultCommand PHP Метод

defaultCommand() публичный Метод

public defaultCommand ( )
    public function defaultCommand()
    {
        var_dump(get_included_files());
    }
TestController