Yii Framework 34k+
  • News
  • Guide
  • API
  • Wiki
  • Forum
  • Community
    • Places
    • Members
    • Hall of Fame
    • Badges
  • More
    • Learn
    • Books
    • Resources
    • Develop
    • Download Yii
    • Extensions
    • Report an Issue
    • Report a Security Issue
    • Contribute to Yii
    • Donate
    • About
    • Release Cycle
    • License
    • Team
    • Official Logos and Design
Login
Version
Yii3 Yii 22 Yii 2 Yii 1.1 Yii 1.0

Yiisoft\Yii\Debug\Collector
CollectorInterface CollectorTrait ContainerInterfaceProxy ContainerProxyConfig EventCollector EventDispatcherInterfaceProxy ExceptionCollector HttpClientCollector HttpClientInterfaceProxy LogCollector LoggerInterfaceProxy ProxyLogTrait ServiceCollector ServiceMethodProxy ServiceProxy SummaryCollectorInterface TimelineCollector VarDumperCollector VarDumperHandlerInterfaceProxy
Yiisoft\Yii\Debug\Collector\Console
CommandCollector ConsoleAppInfoCollector
Yiisoft\Yii\Debug\Collector\Stream
FilesystemStreamCollector FilesystemStreamProxy HttpStreamCollector HttpStreamProxy
Yiisoft\Yii\Debug\Collector\Web
RequestCollector WebAppInfoCollector
Yiisoft\Yii\Debug\Command
DebugResetCommand
Yiisoft\Yii\Debug
DataNormalizer DebugServiceProvider Debugger ProxyDecoratedCalls
Yiisoft\Yii\Debug\Event
ProxyMethodCallEvent
Yiisoft\Yii\Debug\Helper
BacktraceMatcher
Yiisoft\Yii\Debug\Helper\StreamWrapper
StreamWrapper StreamWrapperInterface
Yiisoft\Yii\Debug\StartupPolicy\Collector
AllowAllCollectorPolicy BlackListCollectorPolicy CallableCollectorPolicy CollectorStartupPolicyInterface WhiteListCollectorPolicy
Yiisoft\Yii\Debug\StartupPolicy\Condition
CommandNameCondition ConditionInterface EnvironmentVariableCondition HeaderCondition PredefinedCondition UriPathCondition
Yiisoft\Yii\Debug\StartupPolicy\Debugger
AllowDebuggerPolicy AlwaysOnDebuggerPolicy CallableDebuggerPolicy DebuggerStartupPolicyInterface DenyDebuggerPolicy
Yiisoft\Yii\Debug\Storage
FileStorage MemoryStorage StorageInterface
0

Trait Yiisoft\Yii\Debug\Collector\CollectorTrait

All Classes | Methods
Implemented byYiisoft\Yii\Debug\Collector\Console\CommandCollector, Yiisoft\Yii\Debug\Collector\Console\ConsoleAppInfoCollector, Yiisoft\Yii\Debug\Collector\EventCollector, Yiisoft\Yii\Debug\Collector\ExceptionCollector, Yiisoft\Yii\Debug\Collector\HttpClientCollector, Yiisoft\Yii\Debug\Collector\LogCollector, Yiisoft\Yii\Debug\Collector\ServiceCollector, Yiisoft\Yii\Debug\Collector\Stream\FilesystemStreamCollector, Yiisoft\Yii\Debug\Collector\Stream\HttpStreamCollector, Yiisoft\Yii\Debug\Collector\TimelineCollector, Yiisoft\Yii\Debug\Collector\VarDumperCollector, Yiisoft\Yii\Debug\Collector\Web\RequestCollector, Yiisoft\Yii\Debug\Collector\Web\WebAppInfoCollector

Public Methods

Hide inherited methods

Method Description Defined By
getName() Yiisoft\Yii\Debug\Collector\CollectorTrait
shutdown() Yiisoft\Yii\Debug\Collector\CollectorTrait
startup() Yiisoft\Yii\Debug\Collector\CollectorTrait

Method Details

Hide inherited methods

getName() public method

public string getName ( )

Source code

                public function getName(): string
{
    return self::class;
}

            
shutdown() public method

public void shutdown ( )

Source code

                public function shutdown(): void
{
    $this->reset();
    $this->isActive = false;
}

            
startup() public method

public void startup ( )

Source code

                public function startup(): void
{
    $this->isActive = true;
}

            

User Contributed Notes

Leave a comment

Join the conversation to share a note.

Log in Create an account
  • Yii 1.1
  • Guide
  • API
  • Wiki
  • Yii 2
  • Guide
  • API
  • Wiki
  • Yii3
  • Guide
  • API
  • Cookbook
  • Terms of service
  • License
  • Contact Us
  • Supported by
  • Your donations
  • JetBrains logo
  • © 2008 - 2026 Yii (Website Source Code)