doclet::asCode PHP 메소드

asCode() 공개 메소드

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