PHP Class PinboardBookmark

Show file Open project: kijin/pinboard-api

Public Properties

Property Type Description
$_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.

Public Methods

Method Description
delete ( $api_instance = null ) Delete shortcut.
save ( $api_instance = null ) Save shortcut.

Protected Methods

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

Method Details

_find_api_instance() protected method

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

delete() public method

Delete shortcut.
public delete ( $api_instance = null )

save() public method

Save shortcut.
public save ( $api_instance = null )

Property Details

$_api_instance_hash public property

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

$description public property

public $description

$hash public property

public $hash

$is_public public property

public $is_public

$is_unread public property

public $is_unread

$meta public property

public $meta

$others public property

These properties will not be saved.
public $others

$tags public property

public $tags

$timestamp public property

public $timestamp

$title public property

public $title

$url public property

These properties are free to modify.
public $url