ZBlogPHP::GetPostType_Name PHP 메소드

GetPostType_Name() 공개 메소드

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