Gpf_Rpc_FilterCollection::__construct PHP Method

__construct() public method

public __construct ( Gpf_Rpc_Params $params = null )
$params Gpf_Rpc_Params
        public function __construct(Gpf_Rpc_Params $params = null)
        {
            $this->filters = array();
            if ($params != null) {
                $this->init($params);
            }
        }