Format::_from_php PHP Method

_from_php() protected method

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