Phprest\Entity\DebugError::getTrace PHP Метод

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

public getTrace ( ) : array
Результат array
    public function getTrace()
    {
        return $this->trace;
    }

Usage Example

Пример #1
0
 public function testGetTrace()
 {
     $this->assertNotNull($this->debugError->getTrace());
 }