<?php
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.2
//
// <auto-generated>
//
// Generated from file `CdrFilter.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//


namespace Smartswitch\Telephony
{
    global $Smartswitch_Telephony__t_CdrFilter;
    class CdrFilter
    {
        public function __construct($from='', $to='', $calleeIdPattern='')
        {
            $this->from = $from;
            $this->to = $to;
            $this->calleeIdPattern = $calleeIdPattern;
        }

        public function __toString()
        {
            global $Smartswitch_Telephony__t_CdrFilter;
            return IcePHP_stringify($this, $Smartswitch_Telephony__t_CdrFilter);
        }

        public $from;
        public $to;
        public $calleeIdPattern;
    }

    global $IcePHP__t_string;
    $Smartswitch_Telephony__t_CdrFilter = IcePHP_defineStruct('::Smartswitch::Telephony::CdrFilter', '\\Smartswitch\\Telephony\\CdrFilter', array(
        array('from', $IcePHP__t_string),
        array('to', $IcePHP__t_string),
        array('calleeIdPattern', $IcePHP__t_string)));
}
?>
