메소드 |
설명 |
|
addSlashes ( string $str, boolean $escapeSlash = false ) : string |
Prepares a string to be used as a C-string |
|
camelize ( string $str ) : string |
Camelize a string |
|
checkAndWriteIfNeeded ( $content, $path ) : boolean |
Checks if the content of the file on the disk is the same as the content. |
|
escapeClassName ( string $className ) : string |
Prepares a class name to be used as a C-string |
|
getFullName ( string $className, string $currentNamespace, zephir\AliasManager $aliasManager = null ) : string |
Transform class/interface name to FQN format |
|
isBsd ( ) : boolean |
Check if the host OS is BSD based |
|
isMacOs ( ) : boolean |
Check if the host OS is MacOs |
|
isWindows ( ) : boolean |
Check if the host OS is windows |
|