CS_REST_BaseSerialiser::__construct PHP Метод

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

public __construct ( $log )
        function __construct($log)
        {
            $this->_log = $log;
        }

Usage Example

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