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

identifier() public méthode

This identifier is deterministic and will remain constant unless the snippet is modified or moved.
public identifier ( ) : string
Résultat string
    public function identifier()
    {
        return $this->identifier;
    }