SlevomatCodingStandard\Helpers\TokenPointerOutOfBoundsException::getLastTokenPointer PHP 메소드

getLastTokenPointer() 공개 메소드

public getLastTokenPointer ( ) : integer
리턴 integer
    public function getLastTokenPointer()
    {
        return $this->lastTokenPointer;
    }
TokenPointerOutOfBoundsException