Exemplo n.º 1
0
    }
    /******************** Properties ********************/
    /**
     * 
     *
     * @return int
     */
    public function location()
    {
        return $this->location;
    }
    /**
     * 
     *
     * @return int
     */
    public function length()
    {
        return $this->length;
    }
    /******************** MObject ********************/
    /**
     *
     */
    public function compare(MMangoObject $object)
    {
        return N($this->length())->compare(N($object->length()));
    }
}
MRange::_init();