Wrapper
abstract class Wrapper extends Alvine
Bearbeitung von Quelltexten
Methods
string
wrapConstants($content)
Umgeben der Konstanten
string
wrapTrait($content)
Umgeben der Traits
string
wrapProperties($content)
Umgeben der Eigenschaften
string
wrapConstructor($content)
Umgeben des Konstruktors
string
wrapMethods($content)
Umgeben der Methoden
Details
at line 38
abstract string
wrapConstants($content)
Umgeben der Konstanten
at line 45
abstract string
wrapTrait($content)
Umgeben der Traits
at line 52
abstract string
wrapProperties($content)
Umgeben der Eigenschaften
at line 59
abstract string
wrapConstructor($content)
Umgeben des Konstruktors
at line 66
abstract string
wrapMethods($content)
Umgeben der Methoden