doclet::asCode PHP Méthode

asCode() public méthode

Format text as a piece of code
public asCode ( $text ) : str
Résultat str
    public function asCode($text)
    {
        return $text;
    }