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

identifier() 공개 메소드

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