hasTag($name): Erkennt ob der DocBlock das angegebene Annotation Tag besitzt.
hasTag($name): determine if the docblock has the given annotation tag.
Es ist zu beachten das jede Methode einen Docblock mit Einträgen besitzt die jeden Parameter und seinen Typ beschreiben, sowie einen Eintrag für den Rückgabewert.
Note that each method has a docblock with entries indicating each parameter and its type, as well as an entry for the return value.
Die Datei startet wie eine normale PHP-Datei mit einem DocBlock und dem Code für eine ABSPATH-Prüfung, sodass niemand direkt auf die Datei zugreifen kann.
The file starts like a regular PHP file with a DocBlock and then the code for an ABSPATH check so that no one can access the file directly.
Jede Funktion, auch Objekt Methoden, müssen einen Docblock haben welcher mindestens folgendes enthält
Every function, including object methods, must have a docblock that contains at a minimum
Jede Datei die PHP Code enthält muss einen Docblock am Beginn der Datei besitzen welcher mindestens diese phpDocumentor Tags enthält
Every file that contains PHP code must have a docblock at the top of the file that contains these phpDocumentor tags at a minimum
Jede Klasse muss einen Docblock haben welche mindestens diese phpDocumentor Tags enthält
Every class must have a docblock that contains these phpDocumentor tags at a minimum
Jeder Docblock im Beispiel enthält viele Details wie Sie die Kommentare schreiben sollten.
Each docblock in the example contains many details about writing Docblock Comments.
Jede Funktion oder Klassenmethoden muss im Minimum einen docblock mit den folgenden Tags enthalten: Beschreibung, Parameter, Rückgabewerte.
Every function, including object methods, must have a docblock that contains at a minimum: Description, Arguments, Return Values.
Alle Klassen Dateien müssen einen "file-level" Docblock am Beginn jeder Datei und einen "class-level" Docblock direkt überhalb jeder Klasse enthalten.
All class files must contain a "file-level" docblock at the top of each file and a "class-level" docblock immediately above each class.
Jeder Quellcodedatei die für den WoWRoster geschrieben wurde oder die im WoWRoster arbeitet muss einen "file-level" Docblock oben in der Datei enthalten und ein "class-level" Docblock unmittelbar über jeder Klasse.
All source code file written for WoWRoster or that operates within the WoWRoster must contain a "file-level" docblock at the top of each file and a "class-level" docblock immediately above each class.
Alle Quellcode-Dateien im PEAR-Repository sollen einen "Page-level" Docblock am Datei-Anfang besitzen und einen "Class-level" Docblock unmittelbar vor jeder Klasse.
All source code files in the PEAR repository shall contain a "page-level" docblock at the top of each file and a "class-level" docblock immediately above each class.
Es gibt einen Dateiheader DocBlock, der einen Überblick über die Inhalte der Datei gibt.
Alle Dokumentations Blöcke ("DocBlock") müssel mit dem phpDocumentor Format kompatibel sein.
All documentation blocks ("docblocks") must be compatible with the phpDocumentor format.