Cake\Controller\Component::__debugInfo PHP 메소드

__debugInfo() 공개 메소드

Returns an array that can be used to describe the internal state of this object.
public __debugInfo ( ) : array
리턴 array
    public function __debugInfo()
    {
        return ['components' => $this->components, 'implementedEvents' => $this->implementedEvents(), '_config' => $this->config()];
    }