PHP 클래스 Altax\Script\ScriptHandler

파일 보기 프로젝트 열기: kohkimakimoto/altax 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$autoloadBaseDir

공개 메소드들

메소드 설명
removeAutoloadFiles ( ) : [type] remove autoload configuration in autoload_files.php generated by composer.

메소드 상세

removeAutoloadFiles() 공개 정적인 메소드

autoload_files.php includes '/phpseclib/phpseclib/phpseclib/Crypt/Random.php'. and composer autoloader defines crypt_random_string function at initialize process. If you load phpseclib in a altax task configuration files (ex .altax/config.php) using composer autoloading. You will get a error PHP Fatal error: Cannot redeclare crypt_random_string(). In order to prevent the error. remove this settings.
public static removeAutoloadFiles ( ) : [type]
리턴 [type]

프로퍼티 상세

$autoloadBaseDir 공개적으로 정적으로 프로퍼티

public static $autoloadBaseDir