Google\Cloud\Dev\Snippet\Parser\Snippet::line PHP Method

line() public method

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
return integer
    public function line()
    {
        return $this->config['line'];
    }