Back to PhocaGalleryLibrary class

Method __construct

public
__construct
(mixed $library = '')

Method __construct - Source code

//	var $libraries		= '';
function __construct($library = '')
{
    $this->name = $library;
    $this->value = 0;
    //		$this->libraries= '';
}