PHP 클래스 PinboardBookmark

파일 보기 프로젝트 열기: kijin/pinboard-api

공개 프로퍼티들

프로퍼티 타입 설명
$_api_instance_hash This property may be public, but it is not to be touched.
$description
$hash
$is_public
$is_unread
$meta
$others These properties will not be saved.
$tags
$timestamp
$title
$url These properties are free to modify.

공개 메소드들

메소드 설명
delete ( $api_instance = null ) Delete shortcut.
save ( $api_instance = null ) Save shortcut.

보호된 메소드들

메소드 설명
_find_api_instance ( $hint ) Magically find out which API instance to save to, if there are more than one.

메소드 상세

_find_api_instance() 보호된 메소드

Magically find out which API instance to save to, if there are more than one.
protected _find_api_instance ( $hint )

delete() 공개 메소드

Delete shortcut.
public delete ( $api_instance = null )

save() 공개 메소드

Save shortcut.
public save ( $api_instance = null )

프로퍼티 상세

$_api_instance_hash 공개적으로 프로퍼티

This property may be public, but it is not to be touched.
public $_api_instance_hash

$description 공개적으로 프로퍼티

public $description

$hash 공개적으로 프로퍼티

public $hash

$is_public 공개적으로 프로퍼티

public $is_public

$is_unread 공개적으로 프로퍼티

public $is_unread

$meta 공개적으로 프로퍼티

public $meta

$others 공개적으로 프로퍼티

These properties will not be saved.
public $others

$tags 공개적으로 프로퍼티

public $tags

$timestamp 공개적으로 프로퍼티

public $timestamp

$title 공개적으로 프로퍼티

public $title

$url 공개적으로 프로퍼티

These properties are free to modify.
public $url