PHP 클래스 SimplePie_Locator, simplepie

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

공개 프로퍼티들

프로퍼티 타입 설명
$base
$base_location
$cached_entities
$checked_feeds
$elsewhere
$file
$http_base
$local
$max_checked_feeds
$timeout
$useragent

보호된 프로퍼티들

프로퍼티 타입 설명
$registry

공개 메소드들

메소드 설명
__construct ( SimplePie_File $file, $timeout = 10, $useragent = null, $max_checked_feeds = 10 )
autodiscovery ( )
body ( &$array )
extension ( &$array )
find ( $type = SIMPLEPIE_LOCATOR_ALL, &$working )
get_base ( )
get_links ( )
get_rel_link ( $rel )
is_feed ( $file, $check_html = false )
set_registry ( SimplePie_Registry $registry )

보호된 메소드들

메소드 설명
search_elements_by_tag ( $name, &$done, $feeds )

메소드 상세

__construct() 공개 메소드

public __construct ( SimplePie_File $file, $timeout = 10, $useragent = null, $max_checked_feeds = 10 )
$file SimplePie_File

autodiscovery() 공개 메소드

public autodiscovery ( )

body() 공개 메소드

public body ( &$array )

extension() 공개 메소드

public extension ( &$array )

find() 공개 메소드

public find ( $type = SIMPLEPIE_LOCATOR_ALL, &$working )

get_base() 공개 메소드

public get_base ( )

is_feed() 공개 메소드

public is_feed ( $file, $check_html = false )

search_elements_by_tag() 보호된 메소드

protected search_elements_by_tag ( $name, &$done, $feeds )

set_registry() 공개 메소드

public set_registry ( SimplePie_Registry $registry )
$registry SimplePie_Registry

프로퍼티 상세

$base 공개적으로 프로퍼티

public $base

$base_location 공개적으로 프로퍼티

public $base_location

$cached_entities 공개적으로 프로퍼티

public $cached_entities

$checked_feeds 공개적으로 프로퍼티

public $checked_feeds

$elsewhere 공개적으로 프로퍼티

public $elsewhere

$file 공개적으로 프로퍼티

public $file

$http_base 공개적으로 프로퍼티

public $http_base

$local 공개적으로 프로퍼티

public $local

$max_checked_feeds 공개적으로 프로퍼티

public $max_checked_feeds

$registry 보호되어 있는 프로퍼티

protected $registry

$timeout 공개적으로 프로퍼티

public $timeout

$useragent 공개적으로 프로퍼티

public $useragent