kahlan\Summary::get PHP Méthode

get() public méthode

Get a data of a specific key.
public get ( string $type ) : array
$type string The type of data.
Résultat array
    public function get($type)
    {
        return isset($this->_data[$type]) ? $this->_data[$type] : [];
    }