Tag a branche / Version on git
git tag THE_TAG_NAME
Â
Push tags or a tag to origin ripository
git push --tags
Â
Show tags list
git tag
Static references to the current class like self:: or __CLASS__ are resolved using the class in which the function belongs, as in where it was defined.