Phprest\Entity\DebugError::getLine PHP Méthode

getLine() public méthode

public getLine ( ) : integer
Résultat integer
    public function getLine()
    {
        return $this->line;
    }

Usage Example

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