Pix_Partial::setCommentMode PHP 메소드

setCommentMode() 공개 정적인 메소드

setCommentMode 註解模式,會在 partial 前面顯示他是哪個 partial
public static setCommentMode ( mixed $comment_mode = false ) : void
$comment_mode mixed
리턴 void
    public static function setCommentMode($comment_mode = false)
    {
        self::$_comment_mode = $comment_mode;
    }