Tangra_Module_Release_Relation
Located in /modules_manager/tangra_module_release_relation.class.php [line 17]
Tangra_Class | --Tangra_Module_Release_Relation
Properties
Methods
Inherited From Tangra_Class
Tangra_Class::get_class_name() Alias of get_class(). Exist because of historical reasons. Tangra_Class::__set() Overides PHP built-in method and just throws exception if called. Purpose - to "forbid" autosetting of nonexisting class properties.
ID
Release ID
Relation to module hid
Type ID
Version requirement
integer get_id( )
Gets ID
integer get_module_release( )
Gets module release ID
string get_relation_to( )
Gets relation to hid
integer get_type( )
Gets type ID
string get_version_requirement( )
Gets version requirement
void set_id( integer $id )
Sets ID
void set_module_release( intege $module_release )
Sets module release ID
void set_relation_to( string $relation_to )
Sets relation to hid
void set_type( integer $type )
Sets type ID
void set_version_requirement( string $version_requirement )
Sets version requirement
Relation type "conflicts"
Relation type "depends"
Relation type "enhances"
Relation type "predepends"
Relation type "provides"
Relation type "recommends"
Relation type "suggests"