ZBlogPHP::GetPostType_UrlRule PHP Method

GetPostType_UrlRule() public method

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