Format::_from_php PHP 메소드

_from_php() 보호된 메소드

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