doclet::asCode PHP Method

asCode() public method

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