CS_REST_ServicesJsonSerialiser::__construct PHP Метод

__construct() публичный Метод

public __construct ( $log )
        function __construct($log)
        {
            parent::__construct($log);
            $this->_serialiser = new Services_JSON();
        }