PHP Class Documents\Article

显示文件 Open project: doctrine/couchdb-odm Class Usage Examples

Protected Properties

Property Type Description
$body
$created
$id
$slug
$tags
$title

Public Methods

Method Description
__construct ( )
addTag ( $tag )
getBody ( )
getCreated ( )
getId ( )
getTags ( )
getTitle ( )
setBody ( $body )
setTitle ( $title )

Method Details

__construct() public method

public __construct ( )

addTag() public method

public addTag ( $tag )

getBody() public method

public getBody ( )

getCreated() public method

public getCreated ( )

getId() public method

public getId ( )

getTags() public method

public getTags ( )

getTitle() public method

public getTitle ( )

setBody() public method

public setBody ( $body )

setTitle() public method

public setTitle ( $title )

Property Details

$body protected_oe property

protected $body

$created protected_oe property

protected $created

$id protected_oe property

protected $id

$slug protected_oe property

protected $slug

$tags protected_oe property

protected $tags

$title protected_oe property

protected $title