Back to Patcher class

Method __construct

protected
__construct
()
Constructor
Since
  • 3.0.0
Class: Patcher
Project: Joomla

Method __construct - Source code

/**
 * Constructor
 *
 * The constructor is protected to force the use of FilesystemPatcher::getInstance()
 *
 * @since   3.0.0
 */
protected function __construct()
{
}