OrderPdf extends AbstractEntity
OrderPdf
Tags
Table of Contents
$ids | ||
---|---|---|
$issue_date | ||
$default | ||
$member_id | int | |
$title | string | |
$message1 | string | |
$message2 | string | |
$message3 | string | |
$note1 | string | |
$note2 | string | |
$note3 | string | |
$create_date | DateTime | |
$update_date | DateTime | |
$visible | bool | |
$AnnotationReader | ||
getMemberId() | string | |
setMemberId() | $this | |
getTitle() | string | |
setTitle() | $this | |
getMessage1() | string | |
setMessage1() | $this | |
getMessage2() | string | |
setMessage2() | $this | |
getMessage3() | string | |
setMessage3() | $this | |
getNote1() | string | |
setNote1() | $this | |
getNote2() | string | |
setNote2() | $this | |
getNote3() | string | |
setNote3() | $this | |
getCreateDate() | DateTime | |
setCreateDate() | $this | |
getUpdateDate() | DateTime | |
setUpdateDate() | $this | |
setVisible() | Set visible | Delivery |
isVisible() | Is the visibility visible? | bool |
offsetExists() | mixed | |
offsetSet() | mixed | |
offsetGet() | mixed | |
offsetUnset() | mixed | |
setPropertiesFromArray() | 引数の連想配列を元にプロパティを設定します. | mixed |
toArray() | Convert to associative array. | array |
toNormalizedArray() | Convert to associative array, and normalize to association properties. | array |
toJSON() | Convert to JSON. | string |
toXML() | Convert to XML. | string |
copyProperties() | コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー | AbstractEntity |
setAnnotationReader() | Set AnnotationReader. | AbstractEntity |
getAnnotationReader() | Get AnnotationReader. | Reader |
getEntityIdentifierAsArray() | Convert to Entity of Identity value to associative array. | array |
Properties
$ids
public
mixed
$ids
$issue_date
public
mixed
$issue_date
$default
public
mixed
$default
$member_id
private
int
$member_id
Tags
$title
private
string
$title
Tags
$message1
private
string
$message1
Tags
$message2
private
string
$message2
Tags
$message3
private
string
$message3
Tags
$note1
private
string
$note1
Tags
$note2
private
string
$note2
Tags
$note3
private
string
$note3
Tags
$create_date
private
DateTime
$create_date
Tags
$update_date
private
DateTime
$update_date
Tags
$visible
private
bool
$visible
= true
Tags
$AnnotationReader
private
mixed
$AnnotationReader
Methods
getMemberId()
public
getMemberId(
)
: string
Return values
stringsetMemberId()
public
setMemberId(
$member_id :
)
: $this
Parameters
Return values
$thisgetTitle()
public
getTitle(
)
: string
Return values
stringsetTitle()
public
setTitle(
$title :
)
: $this
Parameters
Return values
$thisgetMessage1()
public
getMessage1(
)
: string
Return values
stringsetMessage1()
public
setMessage1(
$message1 :
)
: $this
Parameters
Return values
$thisgetMessage2()
public
getMessage2(
)
: string
Return values
stringsetMessage2()
public
setMessage2(
$message2 :
)
: $this
Parameters
Return values
$thisgetMessage3()
public
getMessage3(
)
: string
Return values
stringsetMessage3()
public
setMessage3(
$message3 :
)
: $this
Parameters
Return values
$thisgetNote1()
public
getNote1(
)
: string
Return values
stringsetNote1()
public
setNote1(
$note1 :
)
: $this
Parameters
Return values
$thisgetNote2()
public
getNote2(
)
: string
Return values
stringsetNote2()
public
setNote2(
$note2 :
)
: $this
Parameters
Return values
$thisgetNote3()
public
getNote3(
)
: string
Return values
stringsetNote3()
public
setNote3(
$note3 :
)
: $this
Parameters
Return values
$thisgetCreateDate()
public
getCreateDate(
)
: DateTime
Return values
DateTimesetCreateDate()
public
setCreateDate(
$create_date :
)
: $this
Parameters
Return values
$thisgetUpdateDate()
public
getUpdateDate(
)
: DateTime
Return values
DateTimesetUpdateDate()
public
setUpdateDate(
$update_date :
)
: $this
Parameters
Return values
$thissetVisible()
Set visible
public
setVisible(
$visible :
bool
)
: Delivery
Parameters
- $visible : bool
Return values
DeliveryisVisible()
Is the visibility visible?
public
isVisible(
)
: bool
Return values
booloffsetExists()
public
offsetExists(
$offset :
mixed
)
: mixed
Parameters
- $offset : mixed
Return values
mixedoffsetSet()
public
offsetSet(
$offset :
mixed
, $value :
mixed
)
: mixed
Parameters
- $offset : mixed
- $value : mixed
Return values
mixedoffsetGet()
public
offsetGet(
$offset :
mixed
)
: mixed
Parameters
- $offset : mixed
Return values
mixedoffsetUnset()
public
offsetUnset(
$offset :
mixed
)
: mixed
Parameters
- $offset : mixed
Return values
mixedsetPropertiesFromArray()
引数の連想配列を元にプロパティを設定します.
public
setPropertiesFromArray(
$arrProps :
array
[, $excludeAttribute :
string[]
= [] ]
[, $parentClass :
ReflectionClass
= null ]
)
: mixed
DBから取り出した連想配列を, プロパティへ設定する際に使用します.
Parameters
- $arrProps : array
プロパティの情報を格納した連想配列
- $excludeAttribute : string[] = []
除外したいフィールド名の配列
- $parentClass : ReflectionClass = null
親のクラス. 本メソッドの内部的に使用します.
Return values
mixedtoArray()
Convert to associative array.
public
toArray(
[ $excludeAttribute :
array
= ['__initializer__', '__cloner__', '__isInitialized__', 'AnnotationReader'] ]
[, $parentClass :
ReflectionClass
= null ]
)
: array
Symfony Serializer Component is expensive, and hard to implementation. Use for encoder only.
Parameters
- $excludeAttribute : array = ['__initializer__', '__cloner__', '__isInitialized__', 'AnnotationReader']
Array of field names to exclusion.
- $parentClass : ReflectionClass = null
parent class. Use internally of this method..
Return values
arraytoNormalizedArray()
Convert to associative array, and normalize to association properties.
public
toNormalizedArray(
[ $excludeAttribute :
array
= ['__initializer__', '__cloner__', '__isInitialized__', 'AnnotationReader'] ]
)
: array
The type conversion such as:
- Datetime :: W3C datetime format string
- AbstractEntity :: associative array such as [id => value]
- PersistentCollection :: associative array of [[id => value], [id => value], ...]
Parameters
- $excludeAttribute : array = ['__initializer__', '__cloner__', '__isInitialized__', 'AnnotationReader']
Array of field names to exclusion.
Return values
arraytoJSON()
Convert to JSON.
public
toJSON(
[ $excludeAttribute :
array
= ['__initializer__', '__cloner__', '__isInitialized__', 'AnnotationReader'] ]
)
: string
Parameters
- $excludeAttribute : array = ['__initializer__', '__cloner__', '__isInitialized__', 'AnnotationReader']
Array of field names to exclusion.
Return values
stringtoXML()
Convert to XML.
public
toXML(
[ $excludeAttribute :
array
= ['__initializer__', '__cloner__', '__isInitialized__', 'AnnotationReader'] ]
)
: string
Parameters
- $excludeAttribute : array = ['__initializer__', '__cloner__', '__isInitialized__', 'AnnotationReader']
Array of field names to exclusion.
Return values
stringcopyProperties()
コピー元のオブジェクトのフィールド名を指定して、同名のフィールドに値をコピー
public
copyProperties(
$srcObject :
object
[, $excludeAttribute :
string[]
= [] ]
)
: AbstractEntity
Parameters
- $srcObject : object
コピー元のオブジェクト
- $excludeAttribute : string[] = []
除外したいフィールド名の配列
Return values
AbstractEntitysetAnnotationReader()
Set AnnotationReader.
public
setAnnotationReader(
$Reader :
Reader
)
: AbstractEntity
Parameters
- $Reader : Reader
Return values
AbstractEntitygetAnnotationReader()
Get AnnotationReader.
public
getAnnotationReader(
)
: Reader
Return values
ReadergetEntityIdentifierAsArray()
Convert to Entity of Identity value to associative array.
public
getEntityIdentifierAsArray(
$Entity :
AbstractEntity
)
: array
Parameters
- $Entity : AbstractEntity
Return values
array —associative array of [[id => value], [id => value], ...]