Phprest\Entity\DebugError::getLine PHP 메소드

getLine() 공개 메소드

public getLine ( ) : integer
리턴 integer
    public function getLine()
    {
        return $this->line;
    }

Usage Example

예제 #1
0
 public function testGetLine()
 {
     $this->assertEquals(14, $this->debugError->getLine());
 }