ProductTag
class ProductTag extends AbstractEntity
ProductTag
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
getId()
Get id
getCreateDate()
Get create_date
getProduct()
Get Product
getCreator()
Get Creator
integer
getTagId()
Get tag_id use csv export
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 43
integer
getId()
Get id
at line 54
ProductTag
setCreateDate(DateTime $createDate)
Set create_date
at line 66
DateTime
getCreateDate()
Get create_date
at line 77
ProductTag
setProduct(Product $product)
Set Product
at line 89
Product
getProduct()
Get Product
at line 100
ProductTag
setTag(Tag $tag)
Set Tag
at line 112
Tag
getTag()
Get Tag
at line 123
ProductTag
setCreator(Member $creator)
Set Creator
at line 135
Member
getCreator()
Get Creator
at line 146
integer
getTagId()
Get tag_id use csv export