PHP 클래스 FeedFinder, feedwordpress

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

공개 프로퍼티들

프로퍼티 타입 설명
$_cache_uri
$_data
$_error
$_feed_markers
$_feed_types # -- Recognition patterns
$_head
$_html_markers
$_maybe_feed_url
$_obvious_feed_url
$_opml_markers
$_response
$credentials
$fallbacks
$uri
$verify

공개 메소드들

메소드 설명
FeedFinder ( $uri = NULL, $params = [], $fallbacks = 3 ) * FeedFinder::FeedFinder ()
__construct ( $uri = NULL, $params = [], $fallbacks = 3 )
_a_href_feeds ( $obvious = TRUE ) * FeedFinder::_link_rel_feeds ()
_get ( $uri = NULL ) # --- Private methods ---
_link_rel_feeds ( ) * FeedFinder::_opml_rss_uris ()
_opml_rss_uris ( ) * FeedFinder::_get ()
_tags ( $tag ) * FeedFinder::_url_manipulation_feeds ()
_url_manipulation_feeds ( ) * FeedFinder::_link_a_href_feeds ()
data ( $uri = NULL ) * FeedFinder::find ()
error ( $index = NULL )
find ( $uri = NULL, $params = [] )
is_401 ( $uri = NULL )
is_feed ( $uri = NULL ) * FeedFinder::is_401 ()
is_opml ( $uri = NULL ) * FeedFinder::is_feed ()
status ( $uri = NULL ) * FeedFinder::upload_data ()
upload_data ( $data ) * FeedFinder::data ()

메소드 상세

FeedFinder() 공개 메소드

* FeedFinder::FeedFinder ()
public FeedFinder ( $uri = NULL, $params = [], $fallbacks = 3 )

__construct() 공개 메소드

public __construct ( $uri = NULL, $params = [], $fallbacks = 3 )

_a_href_feeds() 공개 메소드

* FeedFinder::_link_rel_feeds ()
public _a_href_feeds ( $obvious = TRUE )

_get() 공개 메소드

# --- Private methods ---
public _get ( $uri = NULL )

_opml_rss_uris() 공개 메소드

* FeedFinder::_get ()
public _opml_rss_uris ( )

_tags() 공개 메소드

* FeedFinder::_url_manipulation_feeds ()
public _tags ( $tag )

_url_manipulation_feeds() 공개 메소드

* FeedFinder::_link_a_href_feeds ()

data() 공개 메소드

* FeedFinder::find ()
public data ( $uri = NULL )

error() 공개 메소드

public error ( $index = NULL )

find() 공개 메소드

public find ( $uri = NULL, $params = [] )

is_401() 공개 메소드

public is_401 ( $uri = NULL )

is_feed() 공개 메소드

* FeedFinder::is_401 ()
public is_feed ( $uri = NULL )

is_opml() 공개 메소드

* FeedFinder::is_feed ()
public is_opml ( $uri = NULL )

status() 공개 메소드

* FeedFinder::upload_data ()
public status ( $uri = NULL )

upload_data() 공개 메소드

* FeedFinder::data ()
public upload_data ( $data )

프로퍼티 상세

$_cache_uri 공개적으로 프로퍼티

public $_cache_uri

$_data 공개적으로 프로퍼티

public $_data

$_error 공개적으로 프로퍼티

public $_error

$_feed_markers 공개적으로 프로퍼티

public $_feed_markers

$_feed_types 공개적으로 프로퍼티

# -- Recognition patterns
public $_feed_types

$_head 공개적으로 프로퍼티

public $_head

$_html_markers 공개적으로 프로퍼티

public $_html_markers

$_maybe_feed_url 공개적으로 프로퍼티

public $_maybe_feed_url

$_obvious_feed_url 공개적으로 프로퍼티

public $_obvious_feed_url

$_opml_markers 공개적으로 프로퍼티

public $_opml_markers

$_response 공개적으로 프로퍼티

public $_response

$credentials 공개적으로 프로퍼티

public $credentials

$fallbacks 공개적으로 프로퍼티

public $fallbacks

$uri 공개적으로 프로퍼티

public $uri

$verify 공개적으로 프로퍼티

public $verify