PHP Class AcProduct

Show file Open project: efficiently/authority-controller Class Usage Examples

Protected Properties

Property Type Description
$name
$price

Public Methods

Method Description
getName ( )
getPrice ( )
isNamed ( )
setName ( $value )
setPrice ( $value )

Method Details

getName() public method

public getName ( )

getPrice() public method

public getPrice ( )

isNamed() public method

public isNamed ( )

setName() public method

public setName ( $value )

setPrice() public method

public setPrice ( $value )

Property Details

$name protected property

protected $name

$price protected property

protected $price