PHP Class DebugKit\Model\Entity\Panel

Inheritance: extends Cake\ORM\Entity
Datei anzeigen Open project: cakephp/debug_kit

Protected Properties

Property Type Description
$_hidden array Some fields should not be in JSON/array exports.

Protected Methods

Method Description
_getContent ( $content ) : string Read the stream contents.

Method Details

_getContent() protected method

Over certain sizes PDO will return file handles. For backwards compatibility and consistency we smooth over that difference here.
protected _getContent ( $content ) : string
return string

Property Details

$_hidden protected_oe property

Some fields should not be in JSON/array exports.
protected array $_hidden
return array