tangra logo
   
[ class tree: tangra_lib ] [ index: tangra_lib ] [ all elements ]
 

Class: Tangra_Module_Release_Category

Source Location: /modules_manager/tangra_module_release_category.class.php

Class Tangra_Module_Release_Category

Descendants
Child Class Description
Tangra_Module_Release_Category_DBC Release - module category link DBC

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

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.

[ Top ]
Property Summary
integer   $category   Category ID
integer   $id   ID
integer   $module_release   Module release id

[ Top ]
Method Summary
integer   get_category()   Gets category ID
integer   get_id()   Gets ID
integer   get_module_release()   Gets module release ID
void   set_category()   Sets category ID
void   set_id()   Sets ID
void   set_module_release()   Sets module release ID

[ Top ]
Properties
integer   $category [line 41]

Category ID

API Tags:
Internal:  
Access:  private


[ Top ]
integer   $id [line 27]

ID

API Tags:
Internal:  
Access:  private


[ Top ]
integer   $module_release [line 34]

Module release id

API Tags:
Internal:  
Access:  private


[ Top ]
Methods
get_category  [line 105]

  integer get_category( )

Gets category ID


API Tags:
Access:  public


[ Top ]
get_id  [line 61]

  integer get_id( )

Gets ID


API Tags:
Access:  public


[ Top ]
get_module_release  [line 83]

  integer get_module_release( )

Gets module release ID


API Tags:
Access:  public


[ Top ]
set_category  [line 93]

  void set_category( integer $category  )

Sets category ID

Parameters:
integer   $category: 

API Tags:
Access:  public


[ Top ]
set_id  [line 49]

  void set_id( integer $id  )

Sets ID

Parameters:
integer   $id: 

API Tags:
Access:  public


[ Top ]
set_module_release  [line 71]

  void set_module_release( integer $module_release  )

Sets module release ID

Parameters:
integer   $module_release: 

API Tags:
Access:  public


[ Top ]