PHP Class Pressbooks\Modules\Import\WordPress\Wxr

Inheritance: extends PressBooks\Modules\Import\Import
ファイルを表示 Open project: pressbooks/pressbooks

Protected Properties

Property Type Description
$isPbWxr boolean If Pressbooks generated the WXR file

Public Methods

Method Description
import ( array $current_import ) : boolean
setCurrentImportOption ( array $upload ) : boolean

Protected Methods

Method Description
bookInfoPid ( ) : integer Get existing Meta Post, if none exists create one
customNestedSort ( array $xml ) : array Custom sort for the xml posts to put them in correct nested order
fetchAndSaveUniqueImage ( string $url ) : string Load remote url of image into WP using media_handle_sideload() Will return an empty string if something went wrong.
importMetaBoxes ( integer $pid, array $p )
importPbPostMeta ( integer $pid, string $post_type, array $p ) Import Pressbooks specific post meta
insertNewPost ( string $post_type, array $p, string $html, integer $chapter_parent ) : integer Insert a new post
pbCheck ( array $xml ) Is it a WXR generated by PB?
scrapeAndKneadImages ( DOMDocument $doc ) : DOMDocument Parse HTML snippet, save all found tags using media_handle_sideload(), return the HTML with changed paths.
searchForMetaValue ( $meta_key, array $postmeta ) : string Check for PB specific metadata, returns empty string if not found.

Method Details

bookInfoPid() protected method

Get existing Meta Post, if none exists create one
protected bookInfoPid ( ) : integer
return integer Post ID

customNestedSort() protected method

Custom sort for the xml posts to put them in correct nested order
protected customNestedSort ( array $xml ) : array
$xml array
return array sorted $xml

fetchAndSaveUniqueImage() protected method

Load remote url of image into WP using media_handle_sideload() Will return an empty string if something went wrong.
See also: media_handle_sideload
protected fetchAndSaveUniqueImage ( string $url ) : string
$url string
return string filename

import() public method

public import ( array $current_import ) : boolean
$current_import array
return boolean

importMetaBoxes() protected method

See also: Pressbooks\Admin\Metaboxes\add_meta_boxes
protected importMetaBoxes ( integer $pid, array $p )
$pid integer Post ID
$p array Single Item Returned From \Pressbooks\Modules\Import\WordPress\Parser::parse

importPbPostMeta() protected method

Import Pressbooks specific post meta
protected importPbPostMeta ( integer $pid, string $post_type, array $p )
$pid integer Post ID
$post_type string Post Type
$p array Single Item Returned From \Pressbooks\Modules\Import\WordPress\Parser::parse

insertNewPost() protected method

Insert a new post
protected insertNewPost ( string $post_type, array $p, string $html, integer $chapter_parent ) : integer
$post_type string Post Type
$p array Single Item Returned From \Pressbooks\Modules\Import\WordPress\Parser::parse
$html string
$chapter_parent integer
return integer Post ID

pbCheck() protected method

Is it a WXR generated by PB?
protected pbCheck ( array $xml )
$xml array

scrapeAndKneadImages() protected method

Parse HTML snippet, save all found tags using media_handle_sideload(), return the HTML with changed paths.
protected scrapeAndKneadImages ( DOMDocument $doc ) : DOMDocument
$doc DOMDocument
return DOMDocument

searchForMetaValue() protected method

Check for PB specific metadata, returns empty string if not found.
protected searchForMetaValue ( $meta_key, array $postmeta ) : string
$postmeta array
return string meta field value

setCurrentImportOption() public method

public setCurrentImportOption ( array $upload ) : boolean
$upload array
return boolean

Property Details

$isPbWxr protected_oe property

If Pressbooks generated the WXR file
protected bool $isPbWxr
return boolean