IMP_Sentmail::__get PHP Method

__get() public method

public __get ( $name )
    public function __get($name)
    {
        switch ($name) {
            case 'limit_period':
            case 'threshold':
                return isset($this->_params[$name]) ? intval($this->_params[$name]) : 0;
        }
    }