PHP 클래스 WordpressImporter, gitblog

파일 보기 프로젝트 열기: rsms/gitblog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$debug
$defaultAuthorEmail
$doc
$includeAttachments
$includeComments
$objectCount

공개 메소드들

메소드 설명
__construct ( )
_mkdatetime ( $local, $utc, $localstr, $fallbackTZOffset )
createItemObject ( DOMNode $item )
deduceChannelTimezoneOffset ( $channel )
dump ( $obj, $name = null )
import ( DOMDocument $doc, $commitChannels = true )
importChannel ( DOMNode $channel, $commit )
importItem ( DOMNode $item, $fallbackTZOffset )
mkdirs ( $path, $maxdepth, $mode = 509 )
parseComment ( DOMNode $comment, &$wpid )
postProcessAttachment ( WPAttachment $obj )
postProcessExposedContent ( GBExposedContent $obj )
report ( $msg )
reportError ( $msg )
writeAttachment ( WPAttachment $obj )
writeComments ( GBExposedContent $obj )
writeExposedContent ( GBExposedContent $obj )
writemsg ( $timestr, $msgstr, $cssclass = '' )

메소드 상세

__construct() 공개 메소드

public __construct ( )

_mkdatetime() 공개 메소드

public _mkdatetime ( $local, $utc, $localstr, $fallbackTZOffset )

createItemObject() 공개 메소드

public createItemObject ( DOMNode $item )
$item DOMNode

deduceChannelTimezoneOffset() 공개 메소드

public deduceChannelTimezoneOffset ( $channel )

dump() 공개 메소드

public dump ( $obj, $name = null )

import() 공개 메소드

public import ( DOMDocument $doc, $commitChannels = true )
$doc DOMDocument

importChannel() 공개 메소드

public importChannel ( DOMNode $channel, $commit )
$channel DOMNode

importItem() 공개 메소드

public importItem ( DOMNode $item, $fallbackTZOffset )
$item DOMNode

mkdirs() 공개 메소드

public mkdirs ( $path, $maxdepth, $mode = 509 )

parseComment() 공개 메소드

public parseComment ( DOMNode $comment, &$wpid )
$comment DOMNode

postProcessAttachment() 공개 메소드

public postProcessAttachment ( WPAttachment $obj )
$obj WPAttachment

postProcessExposedContent() 공개 메소드

public postProcessExposedContent ( GBExposedContent $obj )
$obj GBExposedContent

report() 공개 메소드

public report ( $msg )

reportError() 공개 메소드

public reportError ( $msg )

writeAttachment() 공개 메소드

public writeAttachment ( WPAttachment $obj )
$obj WPAttachment

writeComments() 공개 메소드

public writeComments ( GBExposedContent $obj )
$obj GBExposedContent

writeExposedContent() 공개 메소드

public writeExposedContent ( GBExposedContent $obj )
$obj GBExposedContent

writemsg() 공개 메소드

public writemsg ( $timestr, $msgstr, $cssclass = '' )

프로퍼티 상세

$debug 공개적으로 프로퍼티

public $debug

$defaultAuthorEmail 공개적으로 프로퍼티

public $defaultAuthorEmail

$doc 공개적으로 프로퍼티

public $doc

$includeAttachments 공개적으로 프로퍼티

public $includeAttachments

$includeComments 공개적으로 프로퍼티

public $includeComments

$objectCount 공개적으로 프로퍼티

public $objectCount