ZBlogPHP::GetPostType_UrlRule PHP 메소드

GetPostType_UrlRule() 공개 메소드

public GetPostType_UrlRule ( $typeid )
    public function GetPostType_UrlRule($typeid)
    {
        if (isset($this->posttype[$typeid])) {
            return $this->posttype[$typeid][1];
        }
        return $this->option['ZC_PAGE_REGEX'];
    }
ZBlogPHP