Format::_from_php PHP Méthode

_from_php() protected méthode

protected _from_php ( string $data ) : string
$data string Data to trim leading and trailing whitespace
Résultat string Data with leading and trailing whitespace removed
    protected function _from_php($data)
    {
        return trim($data);
    }