noalyss Version-9
|
package noalyss is the mother class of the class to install and download package More...
Public Member Functions | |
__construct ($name, $description, $full_path) | |
can_download () | |
check that NOALYSS_HOME exists and is writable More... | |
can_install () | |
download () | |
get_description () | |
get_file () | |
get_name () | |
get_path () | |
install () | |
set_description ($description) | |
set_file ($file) | |
set_name ($name) | |
set_path ($path) | |
Private Attributes | |
$description | |
$file | |
$name | |
$path | |
package noalyss is the mother class of the class to install and download package
Definition at line 31 of file package_noalyss.class.php.
Package_Noalyss::__construct | ( | $name, | |
$description, | |||
$full_path | |||
) |
Definition at line 39 of file package_noalyss.class.php.
References $description, $name, and name.
Package_Noalyss::can_download | ( | ) |
check that NOALYSS_HOME exists and is writable
Definition at line 95 of file package_noalyss.class.php.
Referenced by download().
|
abstract |
Reimplemented in Package_Core, Package_Plugin, and Package_Template.
Package_Noalyss::download | ( | ) |
Definition at line 105 of file package_noalyss.class.php.
References $file, can_download(), get_file(), and get_path().
Package_Noalyss::get_description | ( | ) |
Definition at line 69 of file package_noalyss.class.php.
References $description.
Package_Noalyss::get_file | ( | ) |
Definition at line 59 of file package_noalyss.class.php.
References $file.
Referenced by download().
Package_Noalyss::get_name | ( | ) |
Definition at line 64 of file package_noalyss.class.php.
References $name.
Package_Noalyss::get_path | ( | ) |
Definition at line 48 of file package_noalyss.class.php.
References $path.
Referenced by download().
|
abstract |
Reimplemented in Package_Core, Package_Plugin, and Package_Template.
Package_Noalyss::set_description | ( | $description | ) |
Definition at line 86 of file package_noalyss.class.php.
References $description.
Package_Noalyss::set_file | ( | $file | ) |
Definition at line 74 of file package_noalyss.class.php.
References $file.
Package_Noalyss::set_name | ( | $name | ) |
Package_Noalyss::set_path | ( | $path | ) |
Definition at line 53 of file package_noalyss.class.php.
References $path.
|
private |
Definition at line 37 of file package_noalyss.class.php.
Referenced by __construct(), get_description(), Package_Template\install(), and set_description().
|
private |
Definition at line 34 of file package_noalyss.class.php.
Referenced by download(), get_file(), and set_file().
|
private |
Definition at line 36 of file package_noalyss.class.php.
Referenced by __construct(), get_name(), and set_name().
|
private |
Definition at line 35 of file package_noalyss.class.php.
Referenced by get_path(), and set_path().