PHP Class Blob

Inheritance: extends Storable
Mostrar archivo Open project: chobie/jira-api-restclient Class Usage Examples

Protected Properties

Property Type Description
$db

Public Methods

Method Description
__construct ( )
get ( $name )
insert ( $id, $status )
update ( $name, $status )

Method Details

__construct() public method

public __construct ( )

get() public method

public get ( $name )

insert() public method

public insert ( $id, $status )

update() public method

public update ( $name, $status )

Property Details

$db protected_oe property

protected $db