JBZoo\Data\Data::_encode PHP 메소드

_encode() 보호된 메소드

Utility Method to serialize the given data
protected _encode ( mixed $data ) : string
$data mixed The data to serialize
리턴 string The serialized data
    protected function _encode($data)
    {
        return serialize($data);
    }