CloneableInstantiable
| Methods |
| public getExternalId() Get the external identifier for the file.
|
| public getSource() Get the file source.
|
| public setExternalId( $externalId) Set the external identifier for the file.
|
| public setSource( $source) Set the file source.
|
| public toArray() Convert the block to its array representation.
|
| Properties |
| protected static $availableAttributes = ['external_id' => 'external_id', 'source' => 'source', 'block_id' => 'block_id'] Internal attribute to property map.
|
| protected $external_id = NULL External identifier for the file.
|
| protected $source = 'remote' Source for the file.
|
| protected $type = 'file' Block type.
|
| Methods |
| Properties |
| protected static $availableAttributes = ['external_id' => 'external_id', 'source' => 'source', 'block_id' => 'block_id'] Internal attribute to property map.
|
| Methods |