-
Notifications
You must be signed in to change notification settings - Fork 0
Box DataObjectInterface
Travis edited this page Mar 13, 2014
·
6 revisions
DataObjectInterface
- Interface name: DataObjectInterface
- Namespace: Box
- This is an interface
mixed Box\DataObjectInterface::\Box\DataObjectInterface::setId()(integer|null $id)
Set the id.
- Visibility: public
- $id integer|null
integer|null Box\DataObjectInterface::\Box\DataObjectInterface::getId()()
Get the id
- Visibility: public
\Box\Data Box\DataObjectInterface::\Box\DataObjectInterface::toData()()
Turn this instance into a storable data package.
- Visibility: public
static Box\DataObjectInterface::\Box\DataObjectInterface::fromData()(array $data)
Populate a new instance from data.
- Visibility: public
- This method is static.
- $data array