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

Class: Can_Upgrade_Loader

Source Location: /modules_manager/can_upgrade_loader.class.php

Class Can_Upgrade_Loader

Class Overview

Loads can_upgrade file (from module installation package)

Located in /modules_manager/can_upgrade_loader.class.php [line 19]

Tangra_Class
   |
   --Can_Upgrade_Loader

Properties

Methods

[ 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 can_upgrade file

[ Top ]
Method Summary
Can_Upgrade_Loader   __construct()   Constructor
boolean   get_can_upgrade()   Returns true if can upgrade, false otherwise

[ Top ]
Properties
string   $file_path [line 26]

Path to can_upgrade file

API Tags:
Internal:  
Access:  private


[ Top ]
Methods
Constructor __construct  [line 33]

  Can_Upgrade_Loader __construct( string $file_path  )

Constructor

Parameters:
string   $file_path:  Path to can_upgrade file


[ Top ]
get_can_upgrade  [line 43]

  boolean get_can_upgrade( )

Returns true if can upgrade, false otherwise


API Tags:
Access:  public


[ Top ]