PHP Класс Backend\Modules\Blog\Actions\ImportWordpress

Наследование: extends Backend\Core\Engine\Base\ActionEdit
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( )