Google\Cloud\Dev\Snippet\Parser\Snippet::line PHP 메소드

line() 공개 메소드

Note that this is NOT the line number where the snippet is declared. It indicates the method or class which the snippet annotates.
public line ( ) : integer
리턴 integer
    public function line()
    {
        return $this->config['line'];
    }