CategoryTotalCount deprecated
class CategoryTotalCount extends AbstractEntity
deprecated
CategoryTotalCount
Methods
setPropertiesFromArray(array $arrProps, array $excludeAttribute = array(), ReflectionClass $parentClass = null)
引数の連想配列を元にプロパティを設定します.
from AbstractEntity
array
from AbstractEntity
object
copyProperties(object $srcObject, array $excludeAttribute = array())
コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー
from AbstractEntity
integer
getCategoryId()
Get category_id
setProductCount(integer $productCount)
Set product_count
integer
getProductCount()
Get product_count
getCreateDate()
Get create_date
Details
in AbstractEntity at line 32
offsetExists($offset)
in AbstractEntity at line 39
offsetSet($offset, $value)
in AbstractEntity at line 43
offsetGet($offset)
in AbstractEntity at line 54
offsetUnset($offset)
in AbstractEntity at line 66
setPropertiesFromArray(array $arrProps, array $excludeAttribute = array(), ReflectionClass $parentClass = null)
引数の連想配列を元にプロパティを設定します.
DBから取り出した連想配列を, プロパティへ設定する際に使用します.
in AbstractEntity at line 99
array
toArray(array $excludeAttribute = array(), ReflectionClass $parentClass = null)
プロパティの値を連想配列で返します.
DBを更新する場合などで, 連想配列の値を取得したい場合に使用します.
in AbstractEntity at line 139
object
copyProperties(object $srcObject, array $excludeAttribute = array())
コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー
at line 54
integer
getCategoryId()
Get category_id
at line 65
CategoryTotalCount
setProductCount(integer $productCount)
Set product_count
at line 77
integer
getProductCount()
Get product_count
at line 88
CategoryTotalCount
setCreateDate(DateTime $createDate)
Set create_date
at line 100
DateTime
getCreateDate()
Get create_date