Google\Cloud\Dev\Snippet\Parser\Snippet::line PHP Méthode

line() public méthode

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