ZBlogPHP::GetPostType_Name PHP Method

GetPostType_Name() public method

public GetPostType_Name ( $typeid )
    public function GetPostType_Name($typeid)
    {
        if (isset($this->posttype[$typeid])) {
            return $this->posttype[$typeid][0];
        }
        return '';
    }
ZBlogPHP