setData()
setData(array|\Traversable  $data) : \Charcoal\Admin\Property\Display
                
Parameters
| array|\Traversable | $data | The display data. | 
Returns
\Charcoal\Admin\Property\Display —Chainable
Defines a property display element.
setIdent(string  $ident) : \Charcoal\Admin\Property\PropertyDisplayInterface
                
| string | $ident | The display identifier. | 
Chainable
setDisplayType(string  $displayType) : \Charcoal\Admin\Property\PropertyDisplayInterface
                
| string | $displayType | The display type. | 
Chainable
setProperty(\Charcoal\Property\PropertyInterface  $p) : \Charcoal\Admin\Property\PropertyDisplayInterface
                
| \Charcoal\Property\PropertyInterface | $p | The property. | 
Chainable