PHP 클래스 mtclient, aprilchild

상속: extends bloggerclient
파일 보기 프로젝트 열기: aprilchild/aprilchild 1 사용 예제들

공개 메소드들

메소드 설명
editPost ( $blogID, $textPost, $publish = false )
getCategoryList ( $blogID ) methods for categories in moveabletype
getPost ( $postID )
getPostCategories ( $postID )
getRecentPosts ( $blogID, $numPosts )
getSupportedMethods ( )
mtclient ( $username, $password, $host, $pathToXMLRPC )
newPost ( $blogID, $textPost, $publish = false )
setPostCategories ( $postID, $categories )

메소드 상세

editPost() 공개 메소드

public editPost ( $blogID, $textPost, $publish = false )

getCategoryList() 공개 메소드

methods for categories in moveabletype
public getCategoryList ( $blogID )

getPost() 공개 메소드

public getPost ( $postID )

getPostCategories() 공개 메소드

public getPostCategories ( $postID )

getRecentPosts() 공개 메소드

public getRecentPosts ( $blogID, $numPosts )

getSupportedMethods() 공개 메소드

public getSupportedMethods ( )

mtclient() 공개 메소드

public mtclient ( $username, $password, $host, $pathToXMLRPC )

newPost() 공개 메소드

public newPost ( $blogID, $textPost, $publish = false )

setPostCategories() 공개 메소드

public setPostCategories ( $postID, $categories )