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

Class: Tangra_Module_Release_File

Source Location: /modules_manager/tangra_module_release_file.class.php

Class Tangra_Module_Release_File

Descendants
Child Class Description
Tangra_Module_Release_File_DBC Tangra_Module_Release_File_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
string   $file_path   Path to release file
integer   $id   ID
integer   $module_release   Module release ID

[ Top ]
Method Summary
string   get_file_path()   Gets path to release file
integer   get_id()   Gets ID
unknown   get_module_release()   Gets release ID
void   set_file_path()   Sets path to release file
void   set_id()   Sets ID
void   set_module_release()   Sets release ID

[ Top ]
Properties
string   $file_path [line 35]

Path to release file

API Tags:
Internal:  
Access:  private


[ Top ]
integer   $id [line 28]

ID

API Tags:
Internal:  
Access:  private


[ Top ]
integer   $module_release [line 42]

Module release ID

API Tags:
Internal:  
Access:  private


[ Top ]
Methods
get_file_path  [line 82]

  string get_file_path( )

Gets path to release file


API Tags:
Access:  public


[ Top ]
get_id  [line 62]

  integer get_id( )

Gets ID


API Tags:
Access:  public


[ Top ]
get_module_release  [line 104]

  unknown get_module_release( )

Gets release ID


API Tags:
Access:  public


[ Top ]
set_file_path  [line 72]

  void set_file_path( string $file_path  )

Sets path to release file

Parameters:
string   $file_path: 

API Tags:
Access:  public


[ Top ]
set_id  [line 50]

  void set_id( integer $id  )

Sets ID

Parameters:
integer   $id: 

API Tags:
Access:  public


[ Top ]
set_module_release  [line 92]

  void set_module_release( integer $module_release  )

Sets release ID

Parameters:
integer   $module_release: 

API Tags:
Access:  public


[ Top ]