PHP 클래스 Backend\Modules\Blog\Actions\ImportWordpress

상속: extends Backend\Core\Engine\Base\ActionEdit
파일 보기 프로젝트 열기: forkcms/forkcms

공개 메소드들

메소드 설명
execute ( ) Execute the action

비공개 메소드들

메소드 설명
handleCategory ( string $category = '' ) : integer Handle the category of a post
handleUrls ( string $text, string $filter = '' ) : string Handle the urls inside a post
handleUser ( string $username = '' ) : integer Handle the user of a post
loadForm ( ) Load the form
processAttachment ( SimpleXMLElement $xml ) : boolean Import an attachment
processPost ( SimpleXMLElement $xml ) : boolean Import a blog post
processXML ( ) Process the xml
validateForm ( ) Validate the form

메소드 상세

execute() 공개 메소드

Execute the action
public execute ( )