Below, is a summary of all classes and their parameters's typehinting status. .
Method | Argument | Typehint | Default | |||||
class MemoryStorage | ||||||||
Method | Argument | Typehint | Default | |||||
read | ||||||||
write | void | |||||||
delete | void | |||||||
redirectUrl | ||||||||
class SessionStorage | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
read | ||||||||
write | void | |||||||
delete | void | |||||||
redirectUrl | ||||||||
interface StorageInterface | ||||||||
Method | Argument | Typehint | Default | |||||
read | ||||||||
write | void | |||||||
delete | void | |||||||
redirectUrl | ||||||||
class AbstractPasswordHasher | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
hash | ||||||||
check | bool | |||||||
needsRehash | bool | |||||||
class BaseAuthenticate | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
_findUser | ||||||||
_query | Query | |||||||
passwordHasher | AbstractPasswordHasher | |||||||
needsPasswordRehash | bool | |||||||
authenticate | ||||||||
getUser | ||||||||
unauthenticated | ||||||||
implementedEvents | array | |||||||
class BaseAuthorize | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
authorize | bool | |||||||
class BasicAuthenticate | ||||||||
Method | Argument | Typehint | Default | |||||
authenticate | ||||||||
getUser | ||||||||
unauthenticated | ||||||||
loginHeaders | array | |||||||
class ControllerAuthorize | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
controller | Controller | |||||||
authorize | bool | |||||||
class DefaultPasswordHasher | ||||||||
Method | Argument | Typehint | Default | |||||
hash | ||||||||
check | bool | |||||||
needsRehash | bool | |||||||
class DigestAuthenticate | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getUser | ||||||||
_getDigest | array|? | |||||||
parseAuthData | ?array | |||||||
generateResponseHash | string | |||||||
password | string | |||||||
loginHeaders | array | |||||||
generateNonce | string | |||||||
validNonce | bool | |||||||
class FallbackPasswordHasher | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
hash | ||||||||
check | bool | |||||||
needsRehash | bool | |||||||
class FormAuthenticate | ||||||||
Method | Argument | Typehint | Default | |||||
_checkFields | bool | |||||||
authenticate | ||||||||
class PasswordHasherFactory | ||||||||
Method | Argument | Typehint | Default | |||||
build | AbstractPasswordHasher | |||||||
class WeakPasswordHasher | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
hash | ||||||||
check | bool | |||||||
class ApcuEngine | ||||||||
Method | Argument | Typehint | Default | |||||
init | bool | |||||||
set | bool | |||||||
get | ||||||||
increment | ||||||||
decrement | ||||||||
delete | bool | |||||||
clear | bool | |||||||
add | bool | |||||||
groups | array | |||||||
clearGroup | bool | |||||||
class ArrayEngine | ||||||||
Method | Argument | Typehint | Default | |||||
set | bool | |||||||
get | ||||||||
increment | ||||||||
decrement | ||||||||
delete | bool | |||||||
clear | bool | |||||||
groups | array | |||||||
clearGroup | bool | |||||||
class FileEngine | ||||||||
Method | Argument | Typehint | Default | |||||
init | bool | |||||||
set | bool | |||||||
get | ||||||||
delete | bool | |||||||
clear | bool | |||||||
_clearDirectory | void | |||||||
decrement | ||||||||
increment | ||||||||
_setKey | bool | |||||||
_active | bool | |||||||
_key | string | |||||||
clearGroup | bool | |||||||
class MemcachedEngine | ||||||||
Method | Argument | Typehint | Default | |||||
init | bool | |||||||
_setOptions | void | |||||||
parseServerString | array | |||||||
getOption | ||||||||
set | bool | |||||||
setMultiple | bool | |||||||
get | ||||||||
getMultiple | array | |||||||
increment | ||||||||
decrement | ||||||||
delete | bool | |||||||
deleteMultiple | bool | |||||||
clear | bool | |||||||
add | bool | |||||||
groups | array | |||||||
clearGroup | bool | |||||||
class NullEngine | ||||||||
Method | Argument | Typehint | Default | |||||
init | bool | |||||||
set | bool | |||||||
setMultiple | bool | |||||||
get | ||||||||
getMultiple | iterable | |||||||
increment | ||||||||
decrement | ||||||||
delete | bool | |||||||
deleteMultiple | bool | |||||||
clear | bool | |||||||
clearGroup | bool | |||||||
class RedisEngine | ||||||||
Method | Argument | Typehint | Default | |||||
init | bool | |||||||
_connect | bool | |||||||
set | bool | |||||||
get | ||||||||
increment | ||||||||
decrement | ||||||||
delete | bool | |||||||
clear | bool | |||||||
add | bool | |||||||
groups | array | |||||||
clearGroup | bool | |||||||
serialize | string | |||||||
unserialize | ||||||||
__destruct | ||||||||
class WincacheEngine | ||||||||
Method | Argument | Typehint | Default | |||||
init | bool | |||||||
set | bool | |||||||
get | ||||||||
increment | ||||||||
decrement | ||||||||
delete | bool | |||||||
clear | bool | |||||||
groups | array | |||||||
clearGroup | bool | |||||||
class Cache | ||||||||
Method | Argument | Typehint | Default | |||||
getRegistry | CacheRegistry | |||||||
setRegistry | void | |||||||
_buildEngine | void | |||||||
engine | ||||||||
pool | ||||||||
write | bool | |||||||
writeMany | bool | |||||||
read | ||||||||
readMany | iterable | |||||||
increment | ||||||||
decrement | ||||||||
delete | bool | |||||||
deleteMany | bool | |||||||
clear | bool | |||||||
clearAll | array | |||||||
clearGroup | bool | |||||||
groupConfigs | array | |||||||
enable | void | |||||||
disable | void | |||||||
enabled | bool | |||||||
remember | ||||||||
add | bool | |||||||
class CacheEngine | ||||||||
Method | Argument | Typehint | Default | |||||
init | bool | |||||||
ensureValidKey | void | |||||||
ensureValidType | void | |||||||
getMultiple | iterable | |||||||
setMultiple | bool | |||||||
deleteMultiple | bool | |||||||
has | bool | |||||||
get | ||||||||
set | bool | |||||||
increment | ||||||||
decrement | ||||||||
delete | bool | |||||||
clear | bool | |||||||
add | bool | |||||||
clearGroup | bool | |||||||
groups | array | |||||||
_key | string | |||||||
warning | void | |||||||
duration | int | |||||||
interface CacheEngineInterface | ||||||||
Method | Argument | Typehint | Default | |||||
add | bool | |||||||
increment | ||||||||
decrement | ||||||||
clearGroup | bool | |||||||
class CacheRegistry | ||||||||
Method | Argument | Typehint | Default | |||||
_resolveClassName | ?string | |||||||
_throwMissingClassError | void | |||||||
_create | CacheEngine | |||||||
unload | ||||||||
class BufferedIterator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
key | ||||||||
current | ||||||||
rewind | void | |||||||
valid | bool | |||||||
next | void | |||||||
count | int | |||||||
serialize | string | |||||||
unserialize | void | |||||||
class ExtractIterator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
current | ||||||||
unwrap | Traversable | |||||||
class FilterIterator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
unwrap | Traversable | |||||||
class InsertIterator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
next | void | |||||||
current | ||||||||
rewind | void | |||||||
class MapReduce | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getIterator | Traversable | |||||||
emitIntermediate | void | |||||||
emit | void | |||||||
_execute | void | |||||||
class NestIterator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getChildren | ||||||||
hasChildren | bool | |||||||
class NoChildrenIterator | ||||||||
Method | Argument | Typehint | Default | |||||
hasChildren | bool | |||||||
getChildren | ||||||||
class ReplaceIterator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
current | ||||||||
unwrap | Traversable | |||||||
class SortIterator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
unwrap | Traversable | |||||||
class StoppableIterator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
valid | bool | |||||||
unwrap | Traversable | |||||||
class TreeIterator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
printer | ||||||||
class TreePrinter | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
key | ||||||||
current | string | |||||||
next | void | |||||||
_fetchCurrent | ||||||||
class UnfoldIterator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
hasChildren | bool | |||||||
getChildren | ||||||||
class ZipIterator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
current | ||||||||
serialize | string | |||||||
unserialize | void | |||||||
class Collection | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
serialize | string | |||||||
unserialize | void | |||||||
count | int | |||||||
countKeys | int | |||||||
__debugInfo | array | |||||||
interface CollectionInterface | ||||||||
Method | Argument | Typehint | Default | |||||
each | ||||||||
filter | CollectionInterface | |||||||
reject | CollectionInterface | |||||||
every | bool | |||||||
some | bool | |||||||
contains | bool | |||||||
map | CollectionInterface | |||||||
reduce | ||||||||
extract | CollectionInterface | |||||||
max | ||||||||
min | ||||||||
avg | ||||||||
median | ||||||||
sortBy | CollectionInterface | |||||||
groupBy | CollectionInterface | |||||||
indexBy | CollectionInterface | |||||||
countBy | CollectionInterface | |||||||
sumOf | ||||||||
shuffle | CollectionInterface | |||||||
sample | CollectionInterface | |||||||
take | CollectionInterface | |||||||
takeLast | CollectionInterface | |||||||
skip | CollectionInterface | |||||||
match | CollectionInterface | |||||||
firstMatch | ||||||||
first | ||||||||
last | ||||||||
append | CollectionInterface | |||||||
appendItem | CollectionInterface | |||||||
prepend | CollectionInterface | |||||||
prependItem | CollectionInterface | |||||||
combine | CollectionInterface | |||||||
nest | CollectionInterface | |||||||
insert | CollectionInterface | |||||||
toArray | array | |||||||
toList | array | |||||||
jsonSerialize | array | |||||||
compile | CollectionInterface | |||||||
lazy | CollectionInterface | |||||||
buffered | CollectionInterface | |||||||
listNested | CollectionInterface | |||||||
stopWhen | CollectionInterface | |||||||
unfold | CollectionInterface | |||||||
through | CollectionInterface | |||||||
zip | CollectionInterface | |||||||
zipWith | CollectionInterface | |||||||
chunk | CollectionInterface | |||||||
chunkWithKeys | CollectionInterface | |||||||
isEmpty | bool | |||||||
unwrap | Traversable | |||||||
transpose | CollectionInterface | |||||||
count | int | |||||||
countKeys | int | |||||||
cartesianProduct | CollectionInterface | |||||||
trait CollectionTrait | ||||||||
Method | Argument | Typehint | Default | |||||
newCollection | CollectionInterface | |||||||
each | ||||||||
filter | CollectionInterface | |||||||
reject | CollectionInterface | |||||||
every | bool | |||||||
some | bool | |||||||
contains | bool | |||||||
map | CollectionInterface | |||||||
reduce | ||||||||
extract | CollectionInterface | |||||||
max | ||||||||
min | ||||||||
avg | ||||||||
median | ||||||||
sortBy | CollectionInterface | |||||||
groupBy | CollectionInterface | |||||||
indexBy | CollectionInterface | |||||||
countBy | CollectionInterface | |||||||
sumOf | ||||||||
shuffle | CollectionInterface | |||||||
sample | CollectionInterface | |||||||
take | CollectionInterface | |||||||
skip | CollectionInterface | |||||||
match | CollectionInterface | |||||||
firstMatch | ||||||||
first | ||||||||
last | ||||||||
takeLast | CollectionInterface | |||||||
append | CollectionInterface | |||||||
appendItem | CollectionInterface | |||||||
prepend | CollectionInterface | |||||||
prependItem | CollectionInterface | |||||||
combine | CollectionInterface | |||||||
nest | CollectionInterface | |||||||
insert | CollectionInterface | |||||||
toArray | array | |||||||
toList | array | |||||||
jsonSerialize | array | |||||||
compile | CollectionInterface | |||||||
lazy | CollectionInterface | |||||||
buffered | CollectionInterface | |||||||
listNested | CollectionInterface | |||||||
stopWhen | CollectionInterface | |||||||
unfold | CollectionInterface | |||||||
through | CollectionInterface | |||||||
zip | CollectionInterface | |||||||
zipWith | CollectionInterface | |||||||
chunk | CollectionInterface | |||||||
chunkWithKeys | CollectionInterface | |||||||
isEmpty | bool | |||||||
unwrap | Traversable | |||||||
cartesianProduct | CollectionInterface | |||||||
transpose | CollectionInterface | |||||||
count | int | |||||||
countKeys | int | |||||||
optimizeUnwrap | iterable | |||||||
trait ExtractTrait | ||||||||
Method | Argument | Typehint | Default | |||||
_propertyExtractor | callable | |||||||
_extract | ||||||||
_simpleExtract | ||||||||
_createMatcherFilter | Closure | |||||||
class CacheClearallCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
execute | int|? | |||||||
class CacheClearCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
execute | int|? | |||||||
class CacheListCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
execute | int|? | |||||||
class Command | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
execute | ||||||||
class CompletionCommand | ||||||||
Method | Argument | Typehint | Default | |||||
setCommandCollection | void | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
execute | int|? | |||||||
getCommands | int | |||||||
getSubcommands | int | |||||||
shellSubcommands | array | |||||||
getOptions | ?int | |||||||
class I18nCommand | ||||||||
Method | Argument | Typehint | Default | |||||
execute | int|? | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
class I18nExtractCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
_getPaths | void | |||||||
execute | int|? | |||||||
_addTranslation | void | |||||||
_extract | void | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
_extractTokens | void | |||||||
_parse | void | |||||||
_buildFiles | void | |||||||
_store | void | |||||||
_writeFiles | void | |||||||
_writeHeader | string | |||||||
checkUnchanged | bool | |||||||
_getStrings | array | |||||||
_formatString | string | |||||||
_markerError | void | |||||||
_searchFiles | void | |||||||
_isExtractingApp | bool | |||||||
_isPathUsable | bool | |||||||
class I18nInitCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
execute | int|? | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
class PluginAssetsCopyCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
execute | ?int | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
class PluginAssetsRemoveCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
execute | int|? | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
class PluginAssetsSymlinkCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
execute | ?int | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
trait PluginAssetsTrait | ||||||||
Method | Argument | Typehint | Default | |||||
_list | array | |||||||
_process | void | |||||||
_remove | bool | |||||||
_createDirectory | bool | |||||||
_createSymlink | bool | |||||||
_copyDirectory | bool | |||||||
class PluginLoadCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
execute | ?int | |||||||
modifyApplication | void | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
class PluginLoadedCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
execute | ?int | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
class PluginUnloadCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
execute | int|? | |||||||
modifyApplication | bool | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
class RoutesCheckCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
execute | ?int | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
class RoutesCommand | ||||||||
Method | Argument | Typehint | Default | |||||
execute | ?int | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
class RoutesGenerateCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
execute | ?int | |||||||
_splitArgs | array | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
class SchemacacheBuildCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
execute | int|? | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
class SchemacacheClearCommand | ||||||||
Method | Argument | Typehint | Default | |||||
defaultName | string | |||||||
execute | ?int | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
class ServerCommand | ||||||||
Method | Argument | Typehint | Default | |||||
startup | void | |||||||
execute | int|? | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
class VersionCommand | ||||||||
Method | Argument | Typehint | Default | |||||
execute | int|? | |||||||
class HelpCommand | ||||||||
Method | Argument | Typehint | Default | |||||
setCommandCollection | void | |||||||
execute | int|? | |||||||
asText | void | |||||||
outputPaths | void | |||||||
getShortestName | string | |||||||
asXml | void | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
class MissingOptionException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getFullMessage | string | |||||||
findClosestItem | ?string | |||||||
class Arguments | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getArguments | array | |||||||
getArgumentAt | string|? | |||||||
hasArgumentAt | bool | |||||||
hasArgument | bool | |||||||
getArgument | string|? | |||||||
getOptions | array | |||||||
getOption | ||||||||
hasOption | bool | |||||||
class BaseCommand | ||||||||
Method | Argument | Typehint | Default | |||||
setName | ||||||||
getName | string | |||||||
getRootName | string | |||||||
defaultName | string | |||||||
getOptionParser | ConsoleOptionParser | |||||||
buildOptionParser | ConsoleOptionParser | |||||||
initialize | void | |||||||
run | ?int | |||||||
displayHelp | void | |||||||
setOutputLevel | void | |||||||
execute | ||||||||
abort | void | |||||||
executeCommand | int|? | |||||||
class CommandCollection | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
add | ||||||||
addMany | ||||||||
remove | ||||||||
has | bool | |||||||
get | ||||||||
getIterator | Traversable | |||||||
count | int | |||||||
discoverPlugin | array | |||||||
resolveNames | array | |||||||
autoDiscover | array | |||||||
keys | array | |||||||
interface CommandCollectionAwareInterface | ||||||||
Method | Argument | Typehint | Default | |||||
setCommandCollection | void | |||||||
class CommandFactory | ||||||||
Method | Argument | Typehint | Default | |||||
create | ||||||||
interface CommandFactoryInterface | ||||||||
Method | Argument | Typehint | Default | |||||
create | ||||||||
interface CommandInterface | ||||||||
Method | Argument | Typehint | Default | |||||
setName | ||||||||
run | ?int | |||||||
class CommandRunner | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setAliases | ||||||||
run | int | |||||||
bootstrap | void | |||||||
getEventManager | EventManagerInterface | |||||||
setEventManager | ||||||||
getCommand | ||||||||
longestCommandName | array | |||||||
resolveName | string | |||||||
runCommand | ?int | |||||||
runShell | ||||||||
createCommand | ||||||||
loadRoutes | void | |||||||
class CommandScanner | ||||||||
Method | Argument | Typehint | Default | |||||
scanCore | array | |||||||
scanApp | array | |||||||
scanPlugin | array | |||||||
scanDir | array | |||||||
class ConsoleInput | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
read | string|? | |||||||
dataAvailable | bool | |||||||
class ConsoleInputArgument | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
name | string | |||||||
isEqualTo | bool | |||||||
help | string | |||||||
usage | string | |||||||
isRequired | bool | |||||||
validChoice | bool | |||||||
xml | SimpleXMLElement | |||||||
class ConsoleInputOption | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
name | string | |||||||
short | string | |||||||
help | string | |||||||
usage | string | |||||||
defaultValue | ||||||||
isRequired | bool | |||||||
isBoolean | bool | |||||||
acceptsMultiple | bool | |||||||
validChoice | bool | |||||||
xml | SimpleXMLElement | |||||||
class ConsoleInputSubcommand | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
name | string | |||||||
getRawHelp | string | |||||||
help | string | |||||||
parser | ?ConsoleOptionParser | |||||||
xml | SimpleXMLElement | |||||||
class ConsoleIo | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setInteractive | void | |||||||
level | int | |||||||
verbose | int|? | |||||||
quiet | int|? | |||||||
out | int|? | |||||||
info | ?int | |||||||
warning | int | |||||||
error | int | |||||||
success | ?int | |||||||
abort | void | |||||||
wrapMessageWithType | ||||||||
overwrite | void | |||||||
err | int | |||||||
nl | string | |||||||
hr | void | |||||||
ask | string | |||||||
setOutputAs | void | |||||||
styles | array | |||||||
getStyle | array | |||||||
setStyle | void | |||||||
askChoice | string | |||||||
_getInput | string | |||||||
setLoggers | void | |||||||
helper | Helper | |||||||
createFile | bool | |||||||
class ConsoleOptionParser | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
create | ||||||||
buildFromArray | ||||||||
toArray | array | |||||||
merge | ||||||||
setCommand | ||||||||
getCommand | string | |||||||
setDescription | ||||||||
getDescription | string | |||||||
setEpilog | ||||||||
getEpilog | string | |||||||
enableSubcommandSort | ||||||||
isSubcommandSortEnabled | bool | |||||||
addOption | ||||||||
removeOption | ||||||||
addArgument | ||||||||
addArguments | ||||||||
addOptions | ||||||||
addSubcommand | ||||||||
removeSubcommand | ||||||||
addSubcommands | ||||||||
arguments | ||||||||
argumentNames | ||||||||
options | ||||||||
subcommands | ||||||||
parse | array | |||||||
help | string | |||||||
setRootName | ||||||||
_parseLongOption | array | |||||||
_parseShortOption | array | |||||||
_parseOption | array | |||||||
_optionExists | bool | |||||||
_parseArg | array | |||||||
_nextToken | string | |||||||
class ConsoleOutput | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
write | int | |||||||
styleText | string | |||||||
_replaceTags | string | |||||||
_write | int | |||||||
getStyle | array | |||||||
setStyle | void | |||||||
styles | array | |||||||
getOutputAs | int | |||||||
setOutputAs | void | |||||||
__destruct | ||||||||
class Helper | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
output | void | |||||||
class HelperRegistry | ||||||||
Method | Argument | Typehint | Default | |||||
setIo | void | |||||||
_resolveClassName | string|? | |||||||
_throwMissingClassError | void | |||||||
_create | Helper | |||||||
class HelpFormatter | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setAlias | void | |||||||
text | string | |||||||
_generateUsage | string | |||||||
_getMaxLength | int | |||||||
xml | ||||||||
class Shell | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setRootName | ||||||||
getIo | ConsoleIo | |||||||
setIo | void | |||||||
initialize | void | |||||||
startup | void | |||||||
_welcome | void | |||||||
loadTasks | bool | |||||||
_validateTasks | void | |||||||
hasTask | bool | |||||||
hasMethod | bool | |||||||
dispatchShell | int | |||||||
parseDispatchArguments | array | |||||||
runCommand | ||||||||
_setOutputLevel | void | |||||||
_displayHelp | ||||||||
getOptionParser | ConsoleOptionParser | |||||||
__get | ||||||||
param | ||||||||
in | string|? | |||||||
wrapText | string | |||||||
verbose | ?int | |||||||
quiet | int|? | |||||||
out | ?int | |||||||
err | int | |||||||
info | ?int | |||||||
warn | int | |||||||
success | int|? | |||||||
nl | string | |||||||
hr | void | |||||||
abort | void | |||||||
clear | void | |||||||
createFile | bool | |||||||
shortPath | string | |||||||
helper | Helper | |||||||
_stop | void | |||||||
__debugInfo | array | |||||||
class ShellDispatcher | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
alias | ?string | |||||||
resetAliases | void | |||||||
run | int | |||||||
_initEnvironment | void | |||||||
_bootstrap | ||||||||
dispatch | int | |||||||
_dispatch | ||||||||
addShortPluginAliases | array | |||||||
findShell | Shell | |||||||
_handleAlias | string | |||||||
_shellExists | string|? | |||||||
_createShell | Shell | |||||||
shiftArgs | ||||||||
help | void | |||||||
version | void | |||||||
class TaskRegistry | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
_resolveClassName | string|? | |||||||
_throwMissingClassError | void | |||||||
_create | Shell | |||||||
class AuthComponent | ||||||||
Method | Argument | Typehint | Default | |||||
initialize | void | |||||||
startup | Response|? | |||||||
authCheck | ?Response | |||||||
implementedEvents | array | |||||||
_isAllowed | bool | |||||||
_unauthenticated | ?Response | |||||||
_loginActionRedirectUrl | ||||||||
_isLoginAction | bool | |||||||
_unauthorized | ?Response | |||||||
_setDefaults | void | |||||||
isAuthorized | bool | |||||||
constructAuthorize | array|? | |||||||
getAuthorize | ?BaseAuthorize | |||||||
allow | void | |||||||
deny | void | |||||||
setUser | void | |||||||
logout | string | |||||||
user | ||||||||
_getUser | bool | |||||||
redirectUrl | string | |||||||
identify | ||||||||
constructAuthenticate | ?array | |||||||
storage | StorageInterface|? | |||||||
__get | ||||||||
__set | void | |||||||
getAuthenticate | BaseAuthenticate|? | |||||||
flash | void | |||||||
authenticationProvider | BaseAuthenticate|? | |||||||
authorizationProvider | ?BaseAuthorize | |||||||
_getUrlToRedirectBackTo | string | |||||||
class FlashComponent | ||||||||
Method | Argument | Typehint | Default | |||||
set | void | |||||||
__call | ||||||||
getSession | Session | |||||||
class FormProtectionComponent | ||||||||
Method | Argument | Typehint | Default | |||||
startup | ?Response | |||||||
implementedEvents | array | |||||||
validationFailure | Response|? | |||||||
executeCallback | ?Response | |||||||
class PaginatorComponent | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
implementedEvents | array | |||||||
paginate | ResultSetInterface | |||||||
mergeOptions | array | |||||||
setPaginator | ||||||||
getPaginator | Paginator | |||||||
_setPagingParams | void | |||||||
setConfig | ||||||||
getConfig | ||||||||
configShallow | ||||||||
__call | ||||||||
class RequestHandlerComponent | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
implementedEvents | array | |||||||
_setExtension | void | |||||||
startup | void | |||||||
beforeRender | void | |||||||
accepts | ||||||||
requestedWith | ||||||||
prefers | ||||||||
renderAs | void | |||||||
respondAs | bool | |||||||
mapAlias | ||||||||
class SecurityComponent | ||||||||
Method | Argument | Typehint | Default | |||||
startup | ?Response | |||||||
implementedEvents | array | |||||||
requireSecure | void | |||||||
blackHole | ||||||||
_throwException | void | |||||||
_secureRequired | void | |||||||
_validatePost | void | |||||||
_validToken | string | |||||||
_hashParts | array | |||||||
_fieldsList | array | |||||||
_unlocked | string | |||||||
_sortedUnlocked | string | |||||||
_debugPostTokenNotMatching | string | |||||||
_debugCheckFields | array | |||||||
generateToken | ServerRequest | |||||||
_callback | ||||||||
_matchExistingFields | array | |||||||
_debugExpectedFields | string|? | |||||||
class SecurityException | ||||||||
Method | Argument | Typehint | Default | |||||
getType | string | |||||||
setMessage | void | |||||||
setReason | ||||||||
getReason | string|? | |||||||
class Component | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getController | Controller | |||||||
initialize | void | |||||||
__get | ||||||||
implementedEvents | array | |||||||
__debugInfo | array | |||||||
class ComponentRegistry | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getController | Controller | |||||||
setController | ||||||||
_resolveClassName | ?string | |||||||
_throwMissingClassError | void | |||||||
_create | Component | |||||||
class Controller | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
initialize | void | |||||||
components | ComponentRegistry | |||||||
loadComponent | Component | |||||||
__get | ||||||||
__set | void | |||||||
getName | string | |||||||
setName | ||||||||
getPlugin | string|? | |||||||
setPlugin | ||||||||
isAutoRenderEnabled | bool | |||||||
enableAutoRender | ||||||||
disableAutoRender | ||||||||
getRequest | ServerRequest | |||||||
setRequest | ||||||||
getResponse | Response | |||||||
setResponse | ||||||||
getAction | Closure | |||||||
invokeAction | void | |||||||
implementedEvents | array | |||||||
startupProcess | ?ResponseInterface | |||||||
shutdownProcess | ?ResponseInterface | |||||||
redirect | ?Response | |||||||
setAction | ||||||||
render | Response | |||||||
_templatePath | string | |||||||
referer | string | |||||||
paginate | ||||||||
isAction | bool | |||||||
beforeFilter | ||||||||
beforeRender | ||||||||
beforeRedirect | ||||||||
afterFilter | ||||||||
class ControllerFactory | ||||||||
Method | Argument | Typehint | Default | |||||
create | Controller | |||||||
invoke | ResponseInterface | |||||||
getControllerClass | ?string | |||||||
missingController | void | |||||||
class ErrorController | ||||||||
Method | Argument | Typehint | Default | |||||
initialize | void | |||||||
beforeRender | ||||||||
class IniConfig | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
read | array | |||||||
_parseNestedValues | array | |||||||
dump | bool | |||||||
_value | string | |||||||
class JsonConfig | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
read | array | |||||||
dump | bool | |||||||
class PhpConfig | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
read | array | |||||||
dump | bool | |||||||
interface ConfigEngineInterface | ||||||||
Method | Argument | Typehint | Default | |||||
read | array | |||||||
dump | bool | |||||||
trait FileConfigTrait | ||||||||
Method | Argument | Typehint | Default | |||||
_getFilePath | string | |||||||
class Exception | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getAttributes | array | |||||||
responseHeader | ?array | |||||||
class CommandRetry | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
run | ||||||||
getRetries | int | |||||||
interface RetryStrategyInterface | ||||||||
Method | Argument | Typehint | Default | |||||
shouldRetry | bool | |||||||
class App | ||||||||
Method | Argument | Typehint | Default | |||||
className | ?string | |||||||
shortName | string | |||||||
_classExistsInBase | bool | |||||||
path | array | |||||||
classPath | array | |||||||
core | array | |||||||
class BasePlugin | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
initialize | void | |||||||
getName | string | |||||||
getPath | string | |||||||
getConfigPath | string | |||||||
getClassPath | string | |||||||
getTemplatePath | string | |||||||
enable | ||||||||
disable | ||||||||
isEnabled | bool | |||||||
checkHook | void | |||||||
routes | void | |||||||
bootstrap | void | |||||||
console | CommandCollection | |||||||
middleware | MiddlewareQueue | |||||||
class ClassLoader | ||||||||
Method | Argument | Typehint | Default | |||||
register | void | |||||||
addNamespace | void | |||||||
loadClass | ||||||||
_loadMappedFile | ||||||||
_requireFile | bool | |||||||
class Configure | ||||||||
Method | Argument | Typehint | Default | |||||
write | void | |||||||
read | ||||||||
check | bool | |||||||
readOrFail | ||||||||
delete | void | |||||||
consumeOrFail | ||||||||
consume | ||||||||
config | void | |||||||
isConfigured | bool | |||||||
configured | array | |||||||
drop | bool | |||||||
load | bool | |||||||
dump | bool | |||||||
_getEngine | ?ConfigEngineInterface | |||||||
version | string | |||||||
store | bool | |||||||
restore | bool | |||||||
clear | void | |||||||
interface ConsoleApplicationInterface | ||||||||
Method | Argument | Typehint | Default | |||||
bootstrap | void | |||||||
console | CommandCollection | |||||||
trait ConventionsTrait | ||||||||
Method | Argument | Typehint | Default | |||||
_fixtureName | string | |||||||
_entityName | string | |||||||
_modelKey | string | |||||||
_modelNameFromKey | string | |||||||
_singularName | string | |||||||
_variableName | string | |||||||
_singularHumanName | string | |||||||
_camelize | string | |||||||
_pluralHumanName | string | |||||||
_pluginPath | string | |||||||
_pluginNamespace | string | |||||||
interface HttpApplicationInterface | ||||||||
Method | Argument | Typehint | Default | |||||
bootstrap | void | |||||||
middleware | MiddlewareQueue | |||||||
trait InstanceConfigTrait | ||||||||
Method | Argument | Typehint | Default | |||||
setConfig | ||||||||
getConfig | ||||||||
getConfigOrFail | ||||||||
configShallow | ||||||||
_configRead | ||||||||
_configWrite | void | |||||||
_configDelete | void | |||||||
class ObjectRegistry | ||||||||
Method | Argument | Typehint | Default | |||||
load | ||||||||
_checkDuplicate | void | |||||||
_resolveClassName | ?string | |||||||
_throwMissingClassError | void | |||||||
_create | ||||||||
loaded | array | |||||||
has | bool | |||||||
get | ||||||||
__get | ||||||||
__isset | bool | |||||||
__set | void | |||||||
__unset | void | |||||||
normalizeArray | array | |||||||
reset | ||||||||
set | ||||||||
unload | ||||||||
getIterator | Traversable | |||||||
count | int | |||||||
__debugInfo | array | |||||||
class Plugin | ||||||||
Method | Argument | Typehint | Default | |||||
path | string | |||||||
classPath | string | |||||||
configPath | string | |||||||
templatePath | string | |||||||
isLoaded | bool | |||||||
loaded | array | |||||||
getCollection | PluginCollection | |||||||
interface PluginApplicationInterface | ||||||||
Method | Argument | Typehint | Default | |||||
addPlugin | ||||||||
pluginBootstrap | void | |||||||
pluginRoutes | RouteBuilder | |||||||
pluginMiddleware | MiddlewareQueue | |||||||
pluginConsole | CommandCollection | |||||||
class PluginCollection | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
loadConfig | void | |||||||
findPath | string | |||||||
add | ||||||||
remove | ||||||||
clear | ||||||||
has | bool | |||||||
get | PluginInterface | |||||||
create | PluginInterface | |||||||
count | int | |||||||
next | void | |||||||
key | string | |||||||
current | PluginInterface | |||||||
rewind | void | |||||||
valid | bool | |||||||
with | Generator | |||||||
interface PluginInterface | ||||||||
Method | Argument | Typehint | Default | |||||
getName | string | |||||||
getPath | string | |||||||
getConfigPath | string | |||||||
getClassPath | string | |||||||
getTemplatePath | string | |||||||
bootstrap | void | |||||||
console | CommandCollection | |||||||
middleware | MiddlewareQueue | |||||||
routes | void | |||||||
disable | ||||||||
enable | ||||||||
isEnabled | bool | |||||||
trait StaticConfigTrait | ||||||||
Method | Argument | Typehint | Default | |||||
setConfig | void | |||||||
getConfig | ||||||||
getConfigOrFail | ||||||||
drop | bool | |||||||
configured | array | |||||||
parseDsn | array | |||||||
setDsnClassMap | void | |||||||
getDsnClassMap | array | |||||||
class Mysql | ||||||||
Method | Argument | Typehint | Default | |||||
connect | bool | |||||||
enabled | bool | |||||||
prepare | StatementInterface | |||||||
schemaDialect | SchemaDialect | |||||||
schema | string | |||||||
disableForeignKeySQL | string | |||||||
enableForeignKeySQL | string | |||||||
supportsDynamicConstraints | bool | |||||||
isMariadb | bool | |||||||
version | string | |||||||
supportsCTEs | bool | |||||||
supportsNativeJson | bool | |||||||
supportsWindowFunctions | bool | |||||||
class Postgres | ||||||||
Method | Argument | Typehint | Default | |||||
connect | bool | |||||||
enabled | bool | |||||||
schemaDialect | SchemaDialect | |||||||
setEncoding | void | |||||||
setSchema | void | |||||||
disableForeignKeySQL | string | |||||||
enableForeignKeySQL | string | |||||||
supportsDynamicConstraints | bool | |||||||
_transformDistinct | Query | |||||||
_insertQueryTranslator | Query | |||||||
_expressionTranslators | array | |||||||
_transformFunctionExpression | void | |||||||
newCompiler | QueryCompiler | |||||||
trait SqlDialectTrait | ||||||||
Method | Argument | Typehint | Default | |||||
quoteIdentifier | string | |||||||
queryTranslator | Closure | |||||||
_expressionTranslators | array | |||||||
_selectQueryTranslator | Query | |||||||
_transformDistinct | Query | |||||||
_deleteQueryTranslator | Query | |||||||
_updateQueryTranslator | Query | |||||||
_removeAliasesFromConditions | Query | |||||||
_insertQueryTranslator | Query | |||||||
savePointSQL | string | |||||||
releaseSavePointSQL | string | |||||||
rollbackSavePointSQL | string | |||||||
class Sqlite | ||||||||
Method | Argument | Typehint | Default | |||||
connect | bool | |||||||
enabled | bool | |||||||
prepare | StatementInterface | |||||||
disableForeignKeySQL | string | |||||||
enableForeignKeySQL | string | |||||||
supportsDynamicConstraints | bool | |||||||
schemaDialect | SchemaDialect | |||||||
newCompiler | QueryCompiler | |||||||
_expressionTranslators | array | |||||||
_transformFunctionExpression | void | |||||||
supportsCTEs | bool | |||||||
supportsWindowFunctions | bool | |||||||
class Sqlserver | ||||||||
Method | Argument | Typehint | Default | |||||
connect | bool | |||||||
enabled | bool | |||||||
prepare | StatementInterface | |||||||
savePointSQL | string | |||||||
releaseSavePointSQL | string | |||||||
rollbackSavePointSQL | string | |||||||
disableForeignKeySQL | string | |||||||
enableForeignKeySQL | string | |||||||
supportsDynamicConstraints | bool | |||||||
schemaDialect | SchemaDialect | |||||||
newCompiler | QueryCompiler | |||||||
_selectQueryTranslator | Query | |||||||
_pagingSubquery | Query | |||||||
_transformDistinct | Query | |||||||
_expressionTranslators | array | |||||||
_transformFunctionExpression | void | |||||||
trait TupleComparisonTranslatorTrait | ||||||||
Method | Argument | Typehint | Default | |||||
_transformTupleComparison | void | |||||||
class NestedTransactionRollbackException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class AggregateExpression | ||||||||
Method | Argument | Typehint | Default | |||||
filter | ||||||||
over | ||||||||
partition | ||||||||
order | ||||||||
range | ||||||||
rows | ||||||||
groups | ||||||||
frame | ||||||||
excludeCurrent | ||||||||
excludeGroup | ||||||||
excludeTies | ||||||||
sql | string | |||||||
traverse | ||||||||
count | int | |||||||
__clone | ||||||||
class BetweenExpression | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
sql | string | |||||||
traverse | ||||||||
_bindValue | string | |||||||
__clone | ||||||||
class CaseExpression | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
add | ||||||||
_addExpressions | void | |||||||
elseValue | void | |||||||
_compile | string | |||||||
sql | string | |||||||
traverse | ||||||||
class CommonTableExpression | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
name | ||||||||
query | ||||||||
field | ||||||||
materialized | ||||||||
notMaterialized | ||||||||
isRecursive | bool | |||||||
recursive | ||||||||
sql | string | |||||||
traverse | ||||||||
__clone | ||||||||
class ComparisonExpression | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setValue | void | |||||||
getValue | ||||||||
setOperator | void | |||||||
getOperator | string | |||||||
sql | string | |||||||
traverse | ||||||||
__clone | ||||||||
_stringExpression | array | |||||||
_bindValue | string | |||||||
_flattenValue | string | |||||||
_collectExpressions | array | |||||||
interface FieldInterface | ||||||||
Method | Argument | Typehint | Default | |||||
setField | void | |||||||
getField | ||||||||
trait FieldTrait | ||||||||
Method | Argument | Typehint | Default | |||||
setField | void | |||||||
getField | ||||||||
class FunctionExpression | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setName | ||||||||
getName | string | |||||||
add | ||||||||
sql | string | |||||||
count | int | |||||||
class IdentifierExpression | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setIdentifier | void | |||||||
getIdentifier | string | |||||||
sql | string | |||||||
traverse | ||||||||
class OrderByExpression | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
sql | string | |||||||
_addConditions | void | |||||||
class OrderClauseExpression | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
sql | string | |||||||
traverse | ||||||||
__clone | ||||||||
class QueryExpression | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setConjunction | ||||||||
getConjunction | string | |||||||
add | ||||||||
eq | ||||||||
notEq | ||||||||
gt | ||||||||
lt | ||||||||
gte | ||||||||
lte | ||||||||
isNull | ||||||||
isNotNull | ||||||||
like | ||||||||
notLike | ||||||||
in | ||||||||
addCase | ||||||||
notIn | ||||||||
exists | ||||||||
notExists | ||||||||
between | ||||||||
and | ||||||||
or | ||||||||
and_ | ||||||||
or_ | ||||||||
not | ||||||||
count | int | |||||||
equalFields | ||||||||
sql | string | |||||||
traverse | ||||||||
iterateParts | ||||||||
isCallable | bool | |||||||
hasNestedExpression | bool | |||||||
_addConditions | void | |||||||
_parseCondition | ||||||||
_calculateType | string|? | |||||||
__clone | ||||||||
class TupleComparison | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setValue | void | |||||||
sql | string | |||||||
_stringifyValues | string | |||||||
_bindValue | string | |||||||
traverse | ||||||||
_traverseValue | void | |||||||
isMulti | bool | |||||||
class UnaryExpression | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
sql | string | |||||||
traverse | ||||||||
__clone | ||||||||
class ValuesExpression | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
add | void | |||||||
setColumns | ||||||||
getColumns | array | |||||||
_columnNames | array | |||||||
setValues | ||||||||
getValues | array | |||||||
setQuery | ||||||||
getQuery | Query|? | |||||||
sql | string | |||||||
traverse | ||||||||
_processExpressions | void | |||||||
class WindowExpression | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
isNamedOnly | bool | |||||||
name | ||||||||
partition | ||||||||
order | ||||||||
range | ||||||||
rows | ||||||||
groups | ||||||||
frame | ||||||||
excludeCurrent | ||||||||
excludeGroup | ||||||||
excludeTies | ||||||||
sql | string | |||||||
traverse | ||||||||
buildOffsetSql | string | |||||||
__clone | ||||||||
interface WindowInterface | ||||||||
Method | Argument | Typehint | Default | |||||
partition | ||||||||
order | ||||||||
range | ||||||||
rows | ||||||||
groups | ||||||||
frame | ||||||||
excludeCurrent | ||||||||
excludeGroup | ||||||||
excludeTies | ||||||||
class LoggedQuery | ||||||||
Method | Argument | Typehint | Default | |||||
interpolate | string | |||||||
getContext | array | |||||||
jsonSerialize | array | |||||||
__toString | string | |||||||
class LoggingStatement | ||||||||
Method | Argument | Typehint | Default | |||||
execute | bool | |||||||
fetch | ||||||||
fetchAll | ||||||||
rowCount | int | |||||||
_log | void | |||||||
bindValue | void | |||||||
setLogger | void | |||||||
getLogger | LoggerInterface | |||||||
class QueryLogger | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
log | ||||||||
class ErrorCodeWaitStrategy | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
shouldRetry | bool | |||||||
class ReconnectStrategy | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
shouldRetry | bool | |||||||
reconnect | bool | |||||||
class CachedCollection | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
listTables | array | |||||||
describe | TableSchemaInterface | |||||||
cacheKey | string | |||||||
setCacher | ||||||||
getCacher | CacheInterface | |||||||
class Collection | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
listTables | array | |||||||
describe | TableSchemaInterface | |||||||
_reflect | void | |||||||
interface CollectionInterface | ||||||||
Method | Argument | Typehint | Default | |||||
listTables | array | |||||||
describe | TableSchemaInterface | |||||||
class MysqlSchemaDialect | ||||||||
Method | Argument | Typehint | Default | |||||
listTablesSql | array | |||||||
describeColumnSql | array | |||||||
describeIndexSql | array | |||||||
describeOptionsSql | array | |||||||
convertOptionsDescription | void | |||||||
_convertColumn | array | |||||||
convertColumnDescription | void | |||||||
convertIndexDescription | void | |||||||
describeForeignKeySql | array | |||||||
convertForeignKeyDescription | void | |||||||
truncateTableSql | array | |||||||
createTableSql | array | |||||||
columnSql | string | |||||||
constraintSql | string | |||||||
addConstraintSql | array | |||||||
dropConstraintSql | array | |||||||
indexSql | string | |||||||
_keySql | string | |||||||
class PostgresSchemaDialect | ||||||||
Method | Argument | Typehint | Default | |||||
listTablesSql | array | |||||||
describeColumnSql | array | |||||||
_convertColumn | array | |||||||
convertColumnDescription | void | |||||||
_defaultValue | ||||||||
describeIndexSql | array | |||||||
convertIndexDescription | void | |||||||
_convertConstraint | void | |||||||
describeForeignKeySql | array | |||||||
convertForeignKeyDescription | void | |||||||
_convertOnClause | string | |||||||
columnSql | string | |||||||
addConstraintSql | array | |||||||
dropConstraintSql | array | |||||||
indexSql | string | |||||||
constraintSql | string | |||||||
_keySql | string | |||||||
createTableSql | array | |||||||
truncateTableSql | array | |||||||
dropTableSql | array | |||||||
class SchemaDialect | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
_foreignOnClause | string | |||||||
_convertOnClause | string | |||||||
_convertConstraintColumns | string | |||||||
dropTableSql | array | |||||||
listTablesSql | array | |||||||
describeColumnSql | array | |||||||
describeIndexSql | array | |||||||
describeForeignKeySql | array | |||||||
describeOptionsSql | array | |||||||
convertColumnDescription | void | |||||||
convertIndexDescription | void | |||||||
convertForeignKeyDescription | void | |||||||
convertOptionsDescription | void | |||||||
createTableSql | array | |||||||
columnSql | string | |||||||
addConstraintSql | array | |||||||
dropConstraintSql | array | |||||||
constraintSql | string | |||||||
indexSql | string | |||||||
truncateTableSql | array | |||||||
interface SqlGeneratorInterface | ||||||||
Method | Argument | Typehint | Default | |||||
createSql | array | |||||||
dropSql | array | |||||||
truncateSql | array | |||||||
addConstraintSql | array | |||||||
dropConstraintSql | array | |||||||
class SqliteSchemaDialect | ||||||||
Method | Argument | Typehint | Default | |||||
_convertColumn | array | |||||||
listTablesSql | array | |||||||
describeColumnSql | array | |||||||
convertColumnDescription | void | |||||||
_defaultValue | ||||||||
describeIndexSql | array | |||||||
convertIndexDescription | void | |||||||
describeForeignKeySql | array | |||||||
convertForeignKeyDescription | void | |||||||
columnSql | string | |||||||
constraintSql | string | |||||||
addConstraintSql | array | |||||||
dropConstraintSql | array | |||||||
indexSql | string | |||||||
createTableSql | array | |||||||
truncateTableSql | array | |||||||
hasSequences | bool | |||||||
class SqlserverSchemaDialect | ||||||||
Method | Argument | Typehint | Default | |||||
listTablesSql | array | |||||||
describeColumnSql | array | |||||||
_convertColumn | array | |||||||
convertColumnDescription | void | |||||||
_defaultValue | ||||||||
describeIndexSql | array | |||||||
convertIndexDescription | void | |||||||
describeForeignKeySql | array | |||||||
convertForeignKeyDescription | void | |||||||
_foreignOnClause | string | |||||||
_convertOnClause | string | |||||||
columnSql | string | |||||||
addConstraintSql | array | |||||||
dropConstraintSql | array | |||||||
indexSql | string | |||||||
constraintSql | string | |||||||
_keySql | string | |||||||
createTableSql | array | |||||||
truncateTableSql | array | |||||||
class TableSchema | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
name | string | |||||||
addColumn | ||||||||
removeColumn | ||||||||
columns | array | |||||||
getColumn | array|? | |||||||
getColumnType | string|? | |||||||
setColumnType | ||||||||
hasColumn | bool | |||||||
baseColumnType | ?string | |||||||
typeMap | array | |||||||
isNullable | bool | |||||||
defaultValues | array | |||||||
addIndex | ||||||||
indexes | array | |||||||
getIndex | array|? | |||||||
primaryKey | array | |||||||
getPrimaryKey | array | |||||||
addConstraint | ||||||||
dropConstraint | ||||||||
hasAutoincrement | bool | |||||||
_checkForeignKey | array | |||||||
constraints | array | |||||||
getConstraint | array|? | |||||||
setOptions | ||||||||
getOptions | array | |||||||
setTemporary | ||||||||
isTemporary | bool | |||||||
createSql | array | |||||||
dropSql | array | |||||||
truncateSql | array | |||||||
addConstraintSql | array | |||||||
dropConstraintSql | array | |||||||
__debugInfo | array | |||||||
interface TableSchemaAwareInterface | ||||||||
Method | Argument | Typehint | Default | |||||
getTableSchema | ||||||||
setTableSchema | ||||||||
interface TableSchemaInterface | ||||||||
Method | Argument | Typehint | Default | |||||
hasAutoincrement | bool | |||||||
setTemporary | ||||||||
isTemporary | bool | |||||||
getPrimaryKey | array | |||||||
addIndex | ||||||||
getIndex | array|? | |||||||
indexes | array | |||||||
addConstraint | ||||||||
getConstraint | array|? | |||||||
dropConstraint | ||||||||
constraints | array | |||||||
class BufferedStatement | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__get | ||||||||
bindValue | void | |||||||
closeCursor | void | |||||||
columnCount | int | |||||||
errorCode | ||||||||
errorInfo | array | |||||||
execute | bool | |||||||
fetchColumn | ||||||||
count | int | |||||||
bind | void | |||||||
lastInsertId | ||||||||
fetch | ||||||||
fetchAssoc | array | |||||||
fetchAll | ||||||||
rowCount | int | |||||||
_reset | void | |||||||
key | ||||||||
current | ||||||||
rewind | void | |||||||
valid | bool | |||||||
next | void | |||||||
getInnerStatement | StatementInterface | |||||||
trait BufferResultsTrait | ||||||||
Method | Argument | Typehint | Default | |||||
bufferResults | ||||||||
class CallbackStatement | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
fetch | ||||||||
fetchAll | array | |||||||
class MysqlStatement | ||||||||
Method | Argument | Typehint | Default | |||||
execute | bool | |||||||
class PDOStatement | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
bindValue | void | |||||||
fetch | ||||||||
fetchAll | ||||||||
class SqliteStatement | ||||||||
Method | Argument | Typehint | Default | |||||
execute | bool | |||||||
rowCount | int | |||||||
class SqlserverStatement | ||||||||
Method | Argument | Typehint | Default | |||||
bindValue | void | |||||||
class StatementDecorator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__get | ||||||||
bindValue | void | |||||||
closeCursor | void | |||||||
columnCount | int | |||||||
errorCode | ||||||||
errorInfo | array | |||||||
execute | bool | |||||||
fetch | ||||||||
fetchAssoc | array | |||||||
fetchColumn | ||||||||
fetchAll | ||||||||
rowCount | int | |||||||
getIterator | ||||||||
count | int | |||||||
bind | void | |||||||
lastInsertId | ||||||||
getInnerStatement | ||||||||
class BaseType | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getName | string|? | |||||||
getBaseType | ?string | |||||||
toStatement | ||||||||
newId | ||||||||
interface BatchCastingInterface | ||||||||
Method | Argument | Typehint | Default | |||||
manyToPHP | array | |||||||
class BinaryType | ||||||||
Method | Argument | Typehint | Default | |||||
toDatabase | ||||||||
toPHP | ||||||||
toStatement | int | |||||||
marshal | ||||||||
class BinaryUuidType | ||||||||
Method | Argument | Typehint | Default | |||||
toDatabase | ||||||||
newId | string | |||||||
toPHP | ||||||||
toStatement | int | |||||||
marshal | ||||||||
convertBinaryUuidToString | string | |||||||
convertStringToBinaryUuid | string | |||||||
class BoolType | ||||||||
Method | Argument | Typehint | Default | |||||
toDatabase | ?bool | |||||||
toPHP | bool|? | |||||||
manyToPHP | array | |||||||
toStatement | int | |||||||
marshal | bool|? | |||||||
class DateTimeType | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
toDatabase | ?string | |||||||
setTimezone | ||||||||
setDatabaseTimezone | ||||||||
toPHP | ||||||||
setKeepDatabaseTimezone | ||||||||
manyToPHP | array | |||||||
marshal | ?DateTimeInterface | |||||||
useLocaleParser | ||||||||
setLocaleFormat | ||||||||
useImmutable | ||||||||
_setClassName | void | |||||||
getDateTimeClassName | string | |||||||
useMutable | ||||||||
_parseLocaleValue | I18nDateTimeInterface|? | |||||||
_parseValue | DateTimeInterface|? | |||||||
toStatement | ||||||||
class DateType | ||||||||
Method | Argument | Typehint | Default | |||||
useImmutable | ||||||||
useMutable | ||||||||
marshal | DateTimeInterface|? | |||||||
_parseLocaleValue | I18nDateTimeInterface|? | |||||||
class DecimalType | ||||||||
Method | Argument | Typehint | Default | |||||
toDatabase | ||||||||
toPHP | ?string | |||||||
manyToPHP | array | |||||||
toStatement | int | |||||||
marshal | string|? | |||||||
useLocaleParser | ||||||||
_parseValue | string | |||||||
trait ExpressionTypeCasterTrait | ||||||||
Method | Argument | Typehint | Default | |||||
_castToExpression | ||||||||
_requiresToExpressionCasting | array | |||||||
interface ExpressionTypeInterface | ||||||||
Method | Argument | Typehint | Default | |||||
toExpression | ExpressionInterface | |||||||
class FloatType | ||||||||
Method | Argument | Typehint | Default | |||||
toDatabase | ?float | |||||||
toPHP | ?float | |||||||
manyToPHP | array | |||||||
toStatement | int | |||||||
marshal | ||||||||
useLocaleParser | ||||||||
_parseValue | float | |||||||
class IntegerType | ||||||||
Method | Argument | Typehint | Default | |||||
checkNumeric | void | |||||||
toDatabase | int|? | |||||||
toPHP | ?int | |||||||
manyToPHP | array | |||||||
toStatement | int | |||||||
marshal | ?int | |||||||
class JsonType | ||||||||
Method | Argument | Typehint | Default | |||||
toDatabase | ?string | |||||||
toPHP | ||||||||
manyToPHP | array | |||||||
toStatement | int | |||||||
marshal | ||||||||
interface OptionalConvertInterface | ||||||||
Method | Argument | Typehint | Default | |||||
requiresToPhpCast | bool | |||||||
class StringType | ||||||||
Method | Argument | Typehint | Default | |||||
toDatabase | string|? | |||||||
toPHP | string|? | |||||||
toStatement | int | |||||||
marshal | ?string | |||||||
requiresToPhpCast | bool | |||||||
class TimeType | ||||||||
Method | Argument | Typehint | Default | |||||
_parseLocaleValue | ?I18nDateTimeInterface | |||||||
class UuidType | ||||||||
Method | Argument | Typehint | Default | |||||
toDatabase | ?string | |||||||
newId | string | |||||||
marshal | string|? | |||||||
class Connection | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__destruct | ||||||||
config | array | |||||||
configName | string | |||||||
setDriver | ||||||||
getDisconnectRetry | CommandRetry | |||||||
getDriver | DriverInterface | |||||||
connect | bool | |||||||
disconnect | void | |||||||
isConnected | bool | |||||||
prepare | StatementInterface | |||||||
execute | StatementInterface | |||||||
compileQuery | string | |||||||
run | StatementInterface | |||||||
query | StatementInterface | |||||||
newQuery | Query | |||||||
setSchemaCollection | ||||||||
getSchemaCollection | SchemaCollectionInterface | |||||||
insert | StatementInterface | |||||||
update | StatementInterface | |||||||
delete | StatementInterface | |||||||
begin | void | |||||||
commit | bool | |||||||
rollback | bool | |||||||
enableSavePoints | ||||||||
disableSavePoints | ||||||||
isSavePointsEnabled | bool | |||||||
createSavePoint | void | |||||||
releaseSavePoint | void | |||||||
rollbackSavepoint | void | |||||||
disableForeignKeys | void | |||||||
enableForeignKeys | void | |||||||
supportsDynamicConstraints | bool | |||||||
transactional | ||||||||
wasNestedTransactionRolledback | bool | |||||||
disableConstraints | ||||||||
inTransaction | bool | |||||||
quote | string | |||||||
supportsQuoting | bool | |||||||
quoteIdentifier | string | |||||||
cacheMetadata | void | |||||||
setCacher | ||||||||
getCacher | CacheInterface | |||||||
enableQueryLogging | ||||||||
disableQueryLogging | ||||||||
isQueryLoggingEnabled | bool | |||||||
setLogger | ||||||||
getLogger | LoggerInterface | |||||||
log | void | |||||||
_newLogger | LoggingStatement | |||||||
__debugInfo | array | |||||||
interface ConstraintsInterface | ||||||||
Method | Argument | Typehint | Default | |||||
createConstraints | bool | |||||||
dropConstraints | bool | |||||||
class Driver | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
_connect | bool | |||||||
connect | bool | |||||||
disconnect | void | |||||||
version | string | |||||||
getConnection | ||||||||
setConnection | ||||||||
enabled | bool | |||||||
prepare | StatementInterface | |||||||
beginTransaction | bool | |||||||
commitTransaction | bool | |||||||
rollbackTransaction | bool | |||||||
releaseSavePointSQL | string | |||||||
savePointSQL | string | |||||||
rollbackSavePointSQL | string | |||||||
disableForeignKeySQL | string | |||||||
enableForeignKeySQL | string | |||||||
supportsDynamicConstraints | bool | |||||||
supportsSavePoints | bool | |||||||
supportsCTEs | bool | |||||||
quote | string | |||||||
supportsQuoting | bool | |||||||
queryTranslator | Closure | |||||||
schemaDialect | SchemaDialect | |||||||
quoteIdentifier | string | |||||||
schemaValue | string | |||||||
schema | string | |||||||
lastInsertId | ||||||||
isConnected | bool | |||||||
enableAutoQuoting | ||||||||
disableAutoQuoting | ||||||||
isAutoQuotingEnabled | bool | |||||||
compileQuery | array | |||||||
newCompiler | QueryCompiler | |||||||
newTableSchema | TableSchema | |||||||
getMaxAliasLength | int|? | |||||||
getConnectRetries | int | |||||||
__destruct | ||||||||
__debugInfo | array | |||||||
interface DriverInterface | ||||||||
Method | Argument | Typehint | Default | |||||
connect | bool | |||||||
disconnect | void | |||||||
getConnection | ||||||||
setConnection | ||||||||
enabled | bool | |||||||
prepare | StatementInterface | |||||||
beginTransaction | bool | |||||||
commitTransaction | bool | |||||||
rollbackTransaction | bool | |||||||
releaseSavePointSQL | string | |||||||
savePointSQL | string | |||||||
rollbackSavePointSQL | string | |||||||
disableForeignKeySQL | string | |||||||
enableForeignKeySQL | string | |||||||
supportsDynamicConstraints | bool | |||||||
supportsSavePoints | bool | |||||||
quote | string | |||||||
supportsQuoting | bool | |||||||
queryTranslator | Closure | |||||||
schemaDialect | SchemaDialect | |||||||
quoteIdentifier | string | |||||||
schemaValue | string | |||||||
schema | string | |||||||
lastInsertId | ||||||||
isConnected | bool | |||||||
enableAutoQuoting | ||||||||
disableAutoQuoting | ||||||||
isAutoQuotingEnabled | bool | |||||||
compileQuery | array | |||||||
newCompiler | QueryCompiler | |||||||
newTableSchema | TableSchema | |||||||
interface ExpressionInterface | ||||||||
Method | Argument | Typehint | Default | |||||
sql | string | |||||||
traverse | ||||||||
class FieldTypeConverter | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__invoke | array | |||||||
class FunctionsBuilder | ||||||||
Method | Argument | Typehint | Default | |||||
rand | FunctionExpression | |||||||
sum | AggregateExpression | |||||||
avg | AggregateExpression | |||||||
max | AggregateExpression | |||||||
min | AggregateExpression | |||||||
count | AggregateExpression | |||||||
concat | FunctionExpression | |||||||
coalesce | FunctionExpression | |||||||
cast | FunctionExpression | |||||||
dateDiff | FunctionExpression | |||||||
datePart | FunctionExpression | |||||||
extract | FunctionExpression | |||||||
dateAdd | FunctionExpression | |||||||
dayOfWeek | FunctionExpression | |||||||
weekday | FunctionExpression | |||||||
now | FunctionExpression | |||||||
rowNumber | AggregateExpression | |||||||
lag | AggregateExpression | |||||||
lead | AggregateExpression | |||||||
aggregate | ||||||||
__call | FunctionExpression | |||||||
toLiteralParam | ||||||||
class IdentifierQuoter | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
quote | Query | |||||||
quoteExpression | void | |||||||
_quoteParts | void | |||||||
_basicQuoter | array | |||||||
_quoteJoins | array | |||||||
_quoteInsert | void | |||||||
_quoteUpdate | void | |||||||
_quoteComparison | void | |||||||
_quoteOrderBy | void | |||||||
_quoteIdentifierExpression | void | |||||||
class PostgresCompiler | ||||||||
Method | Argument | Typehint | Default | |||||
_buildHavingPart | ||||||||
class Query | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setConnection | ||||||||
getConnection | Connection | |||||||
execute | StatementInterface | |||||||
rowCountAndClose | int | |||||||
sql | string | |||||||
traverse | ||||||||
traverseParts | ||||||||
with | ||||||||
select | ||||||||
distinct | ||||||||
modifier | ||||||||
from | ||||||||
join | ||||||||
removeJoin | ||||||||
leftJoin | ||||||||
rightJoin | ||||||||
innerJoin | ||||||||
_makeJoin | array | |||||||
where | ||||||||
whereNotNull | ||||||||
whereNull | ||||||||
whereInList | ||||||||
whereNotInList | ||||||||
andWhere | ||||||||
order | ||||||||
orderAsc | ||||||||
orderDesc | ||||||||
group | ||||||||
having | ||||||||
andHaving | ||||||||
window | ||||||||
page | ||||||||
limit | ||||||||
offset | ||||||||
union | ||||||||
unionAll | ||||||||
insert | ||||||||
into | ||||||||
identifier | ExpressionInterface | |||||||
values | ||||||||
update | ||||||||
set | ||||||||
delete | ||||||||
epilog | ||||||||
type | string | |||||||
newExpr | QueryExpression | |||||||
func | FunctionsBuilder | |||||||
getIterator | ||||||||
clause | ||||||||
decorateResults | ||||||||
traverseExpressions | ||||||||
_expressionsVisitor | void | |||||||
bind | ||||||||
getValueBinder | ValueBinder | |||||||
setValueBinder | ||||||||
enableBufferedResults | ||||||||
disableBufferedResults | ||||||||
isBufferedResultsEnabled | bool | |||||||
setSelectTypeMap | ||||||||
getSelectTypeMap | TypeMap | |||||||
disableResultsCasting | ||||||||
enableResultsCasting | ||||||||
_decorateStatement | ||||||||
_conjugate | void | |||||||
_dirty | void | |||||||
__clone | ||||||||
__toString | string | |||||||
__debugInfo | array | |||||||
class QueryCompiler | ||||||||
Method | Argument | Typehint | Default | |||||
compile | string | |||||||
_sqlCompiler | Closure | |||||||
_buildWithPart | string | |||||||
_buildSelectPart | string | |||||||
_buildFromPart | string | |||||||
_buildJoinPart | string | |||||||
_buildWindowPart | string | |||||||
_buildSetPart | string | |||||||
_buildUnionPart | string | |||||||
_buildInsertPart | string | |||||||
_buildValuesPart | string | |||||||
_buildUpdatePart | string | |||||||
_buildModifierPart | string | |||||||
_stringifyExpressions | array | |||||||
class SchemaCache | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
build | array | |||||||
clear | array | |||||||
getSchema | CachedCollection | |||||||
class SqlserverCompiler | ||||||||
Method | Argument | Typehint | Default | |||||
_buildWithPart | string | |||||||
_buildInsertPart | string | |||||||
_buildLimitPart | string | |||||||
_buildHavingPart | ||||||||
interface StatementInterface | ||||||||
Method | Argument | Typehint | Default | |||||
bindValue | void | |||||||
closeCursor | void | |||||||
columnCount | int | |||||||
errorCode | ||||||||
errorInfo | array | |||||||
execute | bool | |||||||
fetch | ||||||||
fetchAll | ||||||||
fetchColumn | ||||||||
rowCount | int | |||||||
count | int | |||||||
bind | void | |||||||
lastInsertId | ||||||||
trait TypeConverterTrait | ||||||||
Method | Argument | Typehint | Default | |||||
cast | array | |||||||
matchTypes | array | |||||||
interface TypedResultInterface | ||||||||
Method | Argument | Typehint | Default | |||||
getReturnType | string | |||||||
setReturnType | ||||||||
trait TypedResultTrait | ||||||||
Method | Argument | Typehint | Default | |||||
getReturnType | string | |||||||
setReturnType | ||||||||
class TypeFactory | ||||||||
Method | Argument | Typehint | Default | |||||
build | TypeInterface | |||||||
buildAll | array | |||||||
set | void | |||||||
map | void | |||||||
setMap | void | |||||||
getMap | ||||||||
clear | void | |||||||
interface TypeInterface | ||||||||
Method | Argument | Typehint | Default | |||||
toDatabase | ||||||||
toPHP | ||||||||
toStatement | ||||||||
marshal | ||||||||
getBaseType | ?string | |||||||
getName | ?string | |||||||
newId | ||||||||
class TypeMap | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setDefaults | ||||||||
getDefaults | array | |||||||
addDefaults | void | |||||||
setTypes | ||||||||
getTypes | array | |||||||
type | string|? | |||||||
toArray | array | |||||||
trait TypeMapTrait | ||||||||
Method | Argument | Typehint | Default | |||||
setTypeMap | ||||||||
getTypeMap | TypeMap | |||||||
setDefaultTypes | ||||||||
getDefaultTypes | array | |||||||
class ValueBinder | ||||||||
Method | Argument | Typehint | Default | |||||
bind | void | |||||||
placeholder | string | |||||||
generateManyNamed | array | |||||||
bindings | array | |||||||
reset | void | |||||||
resetCount | void | |||||||
attachTo | void | |||||||
class AbstractLocator | ||||||||
Method | Argument | Typehint | Default | |||||
get | ||||||||
createInstance | ||||||||
set | ||||||||
exists | bool | |||||||
remove | void | |||||||
clear | void | |||||||
interface LocatorInterface | ||||||||
Method | Argument | Typehint | Default | |||||
get | ||||||||
set | ||||||||
exists | bool | |||||||
remove | void | |||||||
clear | void | |||||||
interface ConnectionInterface | ||||||||
Method | Argument | Typehint | Default | |||||
getLogger | LoggerInterface | |||||||
setCacher | ||||||||
getCacher | CacheInterface | |||||||
configName | string | |||||||
config | array | |||||||
transactional | ||||||||
disableConstraints | ||||||||
enableQueryLogging | ||||||||
disableQueryLogging | ||||||||
isQueryLoggingEnabled | bool | |||||||
class ConnectionManager | ||||||||
Method | Argument | Typehint | Default | |||||
setConfig | void | |||||||
parseDsn | array | |||||||
alias | void | |||||||
dropAlias | void | |||||||
get | ||||||||
class ConnectionRegistry | ||||||||
Method | Argument | Typehint | Default | |||||
_resolveClassName | string|? | |||||||
_throwMissingClassError | void | |||||||
_create | ||||||||
unload | ||||||||
interface EntityInterface | ||||||||
Method | Argument | Typehint | Default | |||||
setHidden | ||||||||
getHidden | array | |||||||
setVirtual | ||||||||
getVirtual | array | |||||||
setDirty | ||||||||
isDirty | bool | |||||||
getDirty | array | |||||||
hasErrors | bool | |||||||
getErrors | array | |||||||
getError | array | |||||||
setErrors | ||||||||
setError | ||||||||
setAccess | ||||||||
isAccessible | bool | |||||||
setSource | ||||||||
getSource | string | |||||||
extractOriginal | array | |||||||
extractOriginalChanged | array | |||||||
set | ||||||||
get | ||||||||
getOriginal | ||||||||
getOriginalValues | array | |||||||
has | bool | |||||||
unset | ||||||||
getVisible | array | |||||||
toArray | array | |||||||
extract | array | |||||||
clean | void | |||||||
setNew | ||||||||
isNew | bool | |||||||
trait EntityTrait | ||||||||
Method | Argument | Typehint | Default | |||||
__get | ||||||||
__set | void | |||||||
__isset | bool | |||||||
__unset | void | |||||||
set | ||||||||
get | ||||||||
getOriginal | ||||||||
getOriginalValues | array | |||||||
has | bool | |||||||
isEmpty | bool | |||||||
hasValue | bool | |||||||
unset | ||||||||
unsetProperty | ||||||||
setHidden | ||||||||
getHidden | array | |||||||
setVirtual | ||||||||
getVirtual | array | |||||||
getVisible | array | |||||||
toArray | array | |||||||
jsonSerialize | array | |||||||
offsetExists | bool | |||||||
offsetGet | ||||||||
offsetSet | void | |||||||
offsetUnset | void | |||||||
_accessor | string | |||||||
extract | array | |||||||
extractOriginal | array | |||||||
extractOriginalChanged | array | |||||||
setDirty | ||||||||
isDirty | bool | |||||||
getDirty | array | |||||||
clean | void | |||||||
setNew | ||||||||
isNew | bool | |||||||
hasErrors | bool | |||||||
getErrors | array | |||||||
getError | array | |||||||
setErrors | ||||||||
setError | ||||||||
_nestedErrors | array | |||||||
_readHasErrors | bool | |||||||
_readError | array | |||||||
getInvalid | array | |||||||
getInvalidField | ||||||||
setInvalid | ||||||||
setInvalidField | ||||||||
setAccess | ||||||||
getAccessible | array | |||||||
isAccessible | bool | |||||||
getSource | string | |||||||
setSource | ||||||||
__toString | string | |||||||
__debugInfo | array | |||||||
class FactoryLocator | ||||||||
Method | Argument | Typehint | Default | |||||
add | void | |||||||
drop | void | |||||||
get | ||||||||
interface FixtureInterface | ||||||||
Method | Argument | Typehint | Default | |||||
create | bool | |||||||
drop | bool | |||||||
insert | ||||||||
truncate | bool | |||||||
connection | string | |||||||
sourceName | string | |||||||
interface InvalidPropertyInterface | ||||||||
Method | Argument | Typehint | Default | |||||
getInvalid | array | |||||||
setInvalid | ||||||||
getInvalidField | ||||||||
setInvalidField | ||||||||
trait ModelAwareTrait | ||||||||
Method | Argument | Typehint | Default | |||||
_setModelClass | void | |||||||
loadModel | RepositoryInterface | |||||||
modelFactory | void | |||||||
getModelType | string | |||||||
setModelType | ||||||||
class Paginator | ||||||||
Method | Argument | Typehint | Default | |||||
paginate | ResultSetInterface | |||||||
getQuery | QueryInterface | |||||||
getCount | ?int | |||||||
extractData | array | |||||||
buildParams | array | |||||||
addPageCountParams | array | |||||||
addStartEndParams | array | |||||||
addPrevNextParams | array | |||||||
addSortingParams | array | |||||||
_extractFinder | array | |||||||
getPagingParams | array | |||||||
getAllowedParameters | array | |||||||
getSortableFields | array|? | |||||||
mergeOptions | array | |||||||
getDefaults | array | |||||||
validateSort | array | |||||||
_removeAliases | array | |||||||
_prefix | array | |||||||
checkLimit | array | |||||||
interface PaginatorInterface | ||||||||
Method | Argument | Typehint | Default | |||||
paginate | ResultSetInterface | |||||||
getPagingParams | array | |||||||
class QueryCacher | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
fetch | ||||||||
store | bool | |||||||
_resolveKey | string | |||||||
_resolveCacher | ||||||||
interface QueryInterface | ||||||||
Method | Argument | Typehint | Default | |||||
select | ||||||||
aliasField | array | |||||||
aliasFields | array | |||||||
all | ResultSetInterface | |||||||
applyOptions | ||||||||
find | ||||||||
first | ||||||||
count | int | |||||||
limit | ||||||||
offset | ||||||||
order | ||||||||
page | ||||||||
toArray | array | |||||||
repository | ||||||||
getRepository | RepositoryInterface|? | |||||||
where | ||||||||
trait QueryTrait | ||||||||
Method | Argument | Typehint | Default | |||||
repository | ||||||||
getRepository | RepositoryInterface | |||||||
setResult | ||||||||
getIterator | ||||||||
cache | ||||||||
isEagerLoaded | bool | |||||||
eagerLoaded | ||||||||
aliasField | array | |||||||
aliasFields | array | |||||||
all | ResultSetInterface | |||||||
toArray | array | |||||||
mapReduce | ||||||||
getMapReducers | array | |||||||
formatResults | ||||||||
getResultFormatters | array | |||||||
first | ||||||||
firstOrFail | ||||||||
getOptions | array | |||||||
__call | ||||||||
applyOptions | ||||||||
_execute | ResultSetInterface | |||||||
_decorateResults | ResultSetInterface | |||||||
_decoratorClass | string | |||||||
interface RepositoryInterface | ||||||||
Method | Argument | Typehint | Default | |||||
setAlias | ||||||||
getAlias | string | |||||||
setRegistryAlias | ||||||||
getRegistryAlias | string | |||||||
hasField | bool | |||||||
find | ||||||||
get | EntityInterface | |||||||
query | ||||||||
updateAll | int | |||||||
deleteAll | int | |||||||
exists | bool | |||||||
save | ||||||||
delete | bool | |||||||
newEmptyEntity | EntityInterface | |||||||
newEntity | EntityInterface | |||||||
newEntities | array | |||||||
patchEntity | EntityInterface | |||||||
patchEntities | array | |||||||
class ResultSetDecorator | ||||||||
Method | Argument | Typehint | Default | |||||
count | int | |||||||
class RuleInvoker | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setOptions | ||||||||
setName | ||||||||
__invoke | bool | |||||||
trait RulesAwareTrait | ||||||||
Method | Argument | Typehint | Default | |||||
checkRules | bool | |||||||
rulesChecker | RulesChecker | |||||||
buildRules | RulesChecker | |||||||
class RulesChecker | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
add | ||||||||
addCreate | ||||||||
addUpdate | ||||||||
addDelete | ||||||||
check | bool | |||||||
checkCreate | bool | |||||||
checkUpdate | bool | |||||||
checkDelete | bool | |||||||
_checkRules | bool | |||||||
_addError | RuleInvoker | |||||||
interface SchemaInterface | ||||||||
Method | Argument | Typehint | Default | |||||
name | string | |||||||
addColumn | ||||||||
getColumn | ?array | |||||||
hasColumn | bool | |||||||
removeColumn | ||||||||
columns | array | |||||||
getColumnType | string|? | |||||||
setColumnType | ||||||||
baseColumnType | string|? | |||||||
isNullable | bool | |||||||
typeMap | array | |||||||
defaultValues | array | |||||||
setOptions | ||||||||
getOptions | array | |||||||
class SimplePaginator | ||||||||
Method | Argument | Typehint | Default | |||||
getCount | ?int | |||||||
class ArrayItemNode | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getValue | ||||||||
getKey | ||||||||
getChildren | array | |||||||
class ArrayNode | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
add | void | |||||||
getValue | array | |||||||
getChildren | array | |||||||
class ClassNode | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
addProperty | void | |||||||
getValue | string | |||||||
getId | int | |||||||
getChildren | array | |||||||
class ConsoleFormatter | ||||||||
Method | Argument | Typehint | Default | |||||
environmentMatches | bool | |||||||
formatWrapper | string | |||||||
dump | string | |||||||
export | string | |||||||
exportArray | string | |||||||
exportObject | string | |||||||
style | string | |||||||
class DebugContext | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
withAddedDepth | ||||||||
remainingDepth | int | |||||||
getReferenceId | int | |||||||
hasReference | bool | |||||||
interface FormatterInterface | ||||||||
Method | Argument | Typehint | Default | |||||
dump | string | |||||||
formatWrapper | string | |||||||
class HtmlFormatter | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
environmentMatches | bool | |||||||
formatWrapper | string | |||||||
dumpHeader | string | |||||||
dump | string | |||||||
export | string | |||||||
exportArray | string | |||||||
exportObject | string | |||||||
style | string | |||||||
interface NodeInterface | ||||||||
Method | Argument | Typehint | Default | |||||
getChildren | array | |||||||
getValue | ||||||||
class PropertyNode | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getValue | NodeInterface | |||||||
getVisibility | ?string | |||||||
getName | string | |||||||
getChildren | array | |||||||
class ReferenceNode | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getValue | string | |||||||
getId | int | |||||||
getChildren | array | |||||||
class ScalarNode | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getType | string | |||||||
getValue | ||||||||
getChildren | array | |||||||
class SpecialNode | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getValue | string | |||||||
getChildren | array | |||||||
class TextFormatter | ||||||||
Method | Argument | Typehint | Default | |||||
formatWrapper | string | |||||||
dump | string | |||||||
export | string | |||||||
exportArray | string | |||||||
exportObject | string | |||||||
class ErrorHandlerMiddleware | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
process | ResponseInterface | |||||||
handleException | ResponseInterface | |||||||
handleRedirect | ResponseInterface | |||||||
handleInternalError | ResponseInterface | |||||||
getErrorHandler | ErrorHandler | |||||||
class BaseErrorHandler | ||||||||
Method | Argument | Typehint | Default | |||||
_displayError | void | |||||||
_displayException | void | |||||||
register | void | |||||||
handleError | bool | |||||||
wrapAndHandleException | void | |||||||
handleException | void | |||||||
_stop | void | |||||||
handleFatalError | bool | |||||||
increaseMemoryLimit | void | |||||||
_logError | bool | |||||||
logException | bool | |||||||
getLogger | ||||||||
mapErrorCode | array | |||||||
class ConsoleErrorHandler | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
handleException | void | |||||||
_displayException | void | |||||||
_displayError | void | |||||||
_stop | void | |||||||
class Debugger | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getInstance | ||||||||
configInstance | ||||||||
outputMask | array | |||||||
setOutputMask | void | |||||||
addEditor | void | |||||||
setEditor | void | |||||||
editorUrl | string | |||||||
dump | void | |||||||
log | void | |||||||
trace | ||||||||
formatTrace | ||||||||
trimPath | string | |||||||
excerpt | array | |||||||
_highlight | string | |||||||
getExportFormatter | FormatterInterface | |||||||
exportVar | string | |||||||
export | NodeInterface | |||||||
exportArray | ArrayNode | |||||||
exportObject | NodeInterface | |||||||
getOutputFormat | string | |||||||
setOutputFormat | void | |||||||
addFormat | array | |||||||
outputError | void | |||||||
getType | string | |||||||
printVar | void | |||||||
formatHtmlMessage | string | |||||||
checkSecurityKeys | void | |||||||
class ErrorHandler | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
_displayError | void | |||||||
_displayException | void | |||||||
getRenderer | ExceptionRendererInterface | |||||||
_logInternalError | void | |||||||
_sendResponse | void | |||||||
class ErrorLogger | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
logMessage | bool | |||||||
log | bool | |||||||
getMessage | string | |||||||
getRequestContext | string | |||||||
interface ErrorLoggerInterface | ||||||||
Method | Argument | Typehint | Default | |||||
log | bool | |||||||
logMessage | bool | |||||||
class ExceptionRenderer | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
_getController | Controller | |||||||
clearOutput | void | |||||||
render | ResponseInterface | |||||||
_customMethod | Response | |||||||
_method | string | |||||||
_message | string | |||||||
_template | string | |||||||
_code | int | |||||||
_outputMessage | Response | |||||||
_outputMessageSafe | Response | |||||||
_shutdown | Response | |||||||
__debugInfo | array | |||||||
interface ExceptionRendererInterface | ||||||||
Method | Argument | Typehint | Default | |||||
render | ResponseInterface | |||||||
class FatalErrorException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class AbstractDecorator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__invoke | ||||||||
_call | ||||||||
class ConditionDecorator | ||||||||
Method | Argument | Typehint | Default | |||||
__invoke | ||||||||
canTrigger | bool | |||||||
_evaluateCondition | bool | |||||||
class SubjectFilterDecorator | ||||||||
Method | Argument | Typehint | Default | |||||
__invoke | ||||||||
canTrigger | bool | |||||||
class Event | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getName | string | |||||||
getSubject | ||||||||
stopPropagation | void | |||||||
isStopped | bool | |||||||
getResult | ||||||||
setResult | ||||||||
getData | ||||||||
setData | ||||||||
interface EventDispatcherInterface | ||||||||
Method | Argument | Typehint | Default | |||||
dispatchEvent | EventInterface | |||||||
setEventManager | ||||||||
getEventManager | EventManagerInterface | |||||||
trait EventDispatcherTrait | ||||||||
Method | Argument | Typehint | Default | |||||
getEventManager | EventManagerInterface | |||||||
setEventManager | ||||||||
dispatchEvent | EventInterface | |||||||
interface EventInterface | ||||||||
Method | Argument | Typehint | Default | |||||
getName | string | |||||||
getSubject | ||||||||
stopPropagation | void | |||||||
isStopped | bool | |||||||
getResult | ||||||||
setResult | ||||||||
getData | ||||||||
setData | ||||||||
class EventList | ||||||||
Method | Argument | Typehint | Default | |||||
flush | void | |||||||
add | void | |||||||
offsetExists | bool | |||||||
offsetGet | ||||||||
offsetSet | void | |||||||
offsetUnset | void | |||||||
count | int | |||||||
hasEvent | bool | |||||||
interface EventListenerInterface | ||||||||
Method | Argument | Typehint | Default | |||||
implementedEvents | array | |||||||
class EventManager | ||||||||
Method | Argument | Typehint | Default | |||||
instance | ||||||||
on | ||||||||
_attachSubscriber | void | |||||||
_extractCallable | array | |||||||
off | ||||||||
_detachSubscriber | void | |||||||
dispatch | EventInterface | |||||||
_callListener | ||||||||
listeners | array | |||||||
prioritisedListeners | array | |||||||
matchingListeners | array | |||||||
getEventList | EventList|? | |||||||
addEventToList | ||||||||
trackEvents | ||||||||
isTrackingEvents | bool | |||||||
setEventList | ||||||||
unsetEventList | ||||||||
__debugInfo | array | |||||||
interface EventManagerInterface | ||||||||
Method | Argument | Typehint | Default | |||||
on | ||||||||
off | ||||||||
dispatch | EventInterface | |||||||
listeners | array | |||||||
class File | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__destruct | ||||||||
create | bool | |||||||
open | bool | |||||||
read | ||||||||
offset | ||||||||
prepare | string | |||||||
write | bool | |||||||
append | bool | |||||||
close | bool | |||||||
delete | bool | |||||||
info | array | |||||||
ext | ||||||||
name | ||||||||
_basename | string | |||||||
safe | string | |||||||
md5 | ||||||||
pwd | ||||||||
exists | bool | |||||||
perms | ||||||||
size | ||||||||
writable | bool | |||||||
executable | bool | |||||||
readable | bool | |||||||
owner | ||||||||
group | ||||||||
lastAccess | ||||||||
lastChange | ||||||||
folder | Folder | |||||||
copy | bool | |||||||
mime | ||||||||
clearStatCache | void | |||||||
replaceText | bool | |||||||
class Filesystem | ||||||||
Method | Argument | Typehint | Default | |||||
find | Iterator | |||||||
findRecursive | Iterator | |||||||
filterIterator | Iterator | |||||||
dumpFile | void | |||||||
mkdir | void | |||||||
deleteDir | bool | |||||||
copyDir | bool | |||||||
isStream | bool | |||||||
class Folder | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
pwd | string|? | |||||||
cd | ||||||||
read | array | |||||||
find | array | |||||||
findRecursive | array | |||||||
_findRecursive | array | |||||||
isWindowsPath | bool | |||||||
isAbsolute | bool | |||||||
isRegisteredStreamWrapper | bool | |||||||
normalizeFullPath | string | |||||||
correctSlashFor | string | |||||||
slashTerm | string | |||||||
addPathElement | string | |||||||
inPath | bool | |||||||
chmod | bool | |||||||
subdirectories | array | |||||||
tree | array | |||||||
create | bool | |||||||
dirsize | int | |||||||
delete | bool | |||||||
copy | bool | |||||||
move | bool | |||||||
messages | array | |||||||
errors | array | |||||||
realpath | ||||||||
isSlashTerm | bool | |||||||
class Form | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
implementedEvents | array | |||||||
setSchema | ||||||||
getSchema | Schema | |||||||
schema | Schema | |||||||
_buildSchema | Schema | |||||||
validate | bool | |||||||
getErrors | array | |||||||
setErrors | ||||||||
execute | bool | |||||||
_execute | bool | |||||||
getData | ||||||||
set | ||||||||
setData | ||||||||
__debugInfo | array | |||||||
class FormProtector | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
validate | bool | |||||||
addField | ||||||||
getFieldNameArray | array | |||||||
unlockField | ||||||||
getError | string|? | |||||||
extractToken | string|? | |||||||
extractHashParts | array | |||||||
extractFields | array | |||||||
sortedUnlockedFields | array | |||||||
buildTokenData | array | |||||||
generateHash | ||||||||
debugTokenNotMatching | string | |||||||
debugCheckFields | array | |||||||
matchExistingFields | array | |||||||
debugExpectedFields | ?string | |||||||
__debugInfo | array | |||||||
class Schema | ||||||||
Method | Argument | Typehint | Default | |||||
addFields | ||||||||
addField | ||||||||
removeField | ||||||||
fields | array | |||||||
field | array|? | |||||||
fieldType | string|? | |||||||
__debugInfo | array | |||||||
class Curl | ||||||||
Method | Argument | Typehint | Default | |||||
send | array | |||||||
buildOptions | array | |||||||
getProtocolVersion | int | |||||||
createResponse | array | |||||||
exec | ||||||||
class Stream | ||||||||
Method | Argument | Typehint | Default | |||||
send | array | |||||||
createResponses | array | |||||||
_buildContext | void | |||||||
_buildHeaders | void | |||||||
_buildContent | void | |||||||
_buildOptions | void | |||||||
_buildSslContext | void | |||||||
_send | array | |||||||
_buildResponse | Response | |||||||
_open | void | |||||||
contextOptions | array | |||||||
class Basic | ||||||||
Method | Argument | Typehint | Default | |||||
authentication | Request | |||||||
proxyAuthentication | Request | |||||||
_generateHeader | string | |||||||
class Digest | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
authentication | Request | |||||||
_getServerInfo | array | |||||||
_generateHeader | string | |||||||
class Oauth | ||||||||
Method | Argument | Typehint | Default | |||||
authentication | Request | |||||||
_plaintext | string | |||||||
_hmacSha1 | string | |||||||
_rsaSha1 | string | |||||||
baseString | string | |||||||
_normalizedUrl | string | |||||||
_normalizedParams | string | |||||||
_normalizeData | array | |||||||
_buildAuth | string | |||||||
_encode | string | |||||||
class NetworkException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getRequest | RequestInterface | |||||||
class RequestException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getRequest | RequestInterface | |||||||
interface AdapterInterface | ||||||||
Method | Argument | Typehint | Default | |||||
send | array | |||||||
class FormData | ||||||||
Method | Argument | Typehint | Default | |||||
boundary | string | |||||||
newPart | FormDataPart | |||||||
add | ||||||||
addMany | ||||||||
addFile | FormDataPart | |||||||
addRecursive | void | |||||||
count | int | |||||||
hasFile | bool | |||||||
isMultipart | bool | |||||||
contentType | string | |||||||
__toString | string | |||||||
class FormDataPart | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
disposition | string | |||||||
contentId | string|? | |||||||
filename | ?string | |||||||
type | string|? | |||||||
transferEncoding | string|? | |||||||
name | string | |||||||
value | string | |||||||
__toString | string | |||||||
_headerParameterToString | string | |||||||
class Message | ||||||||
Method | Argument | Typehint | Default | |||||
cookies | array | |||||||
class Request | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
addHeaders | void | |||||||
setContent | ||||||||
class Response | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
_decodeGzipBody | string | |||||||
_parseHeaders | void | |||||||
isOk | bool | |||||||
isSuccess | bool | |||||||
isRedirect | bool | |||||||
getStatusCode | int | |||||||
withStatus | ||||||||
getReasonPhrase | string | |||||||
getEncoding | string|? | |||||||
getCookies | array | |||||||
getCookieCollection | CookieCollection | |||||||
getCookie | ||||||||
getCookieData | ?array | |||||||
buildCookieCollection | void | |||||||
_getCookies | array | |||||||
getStringBody | string | |||||||
getJson | ||||||||
_getJson | ||||||||
getXml | ?SimpleXMLElement | |||||||
_getXml | SimpleXMLElement|? | |||||||
_getHeaders | array | |||||||
_getBody | string | |||||||
class Cookie | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setDefaults | void | |||||||
create | ||||||||
dateTimeInstance | ?DateTimeInterface | |||||||
createFromHeaderString | ||||||||
toHeaderValue | string | |||||||
withName | ||||||||
getId | string | |||||||
getName | string | |||||||
validateName | void | |||||||
getValue | ||||||||
getStringValue | ||||||||
getScalarValue | ||||||||
withValue | ||||||||
_setValue | void | |||||||
withPath | ||||||||
getPath | string | |||||||
withDomain | ||||||||
getDomain | string | |||||||
isSecure | bool | |||||||
withSecure | ||||||||
withHttpOnly | ||||||||
isHttpOnly | bool | |||||||
withExpiry | ||||||||
getExpiry | ||||||||
getExpiresTimestamp | int|? | |||||||
getFormattedExpires | string | |||||||
isExpired | bool | |||||||
withNeverExpire | ||||||||
withExpired | ||||||||
getSameSite | ?string | |||||||
withSameSite | ||||||||
validateSameSiteValue | ||||||||
check | bool | |||||||
withAddedValue | ||||||||
withoutAddedValue | ||||||||
read | ||||||||
isExpanded | bool | |||||||
getOptions | array | |||||||
toArray | array | |||||||
_flatten | string | |||||||
_expand | ||||||||
class CookieCollection | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
createFromHeader | ||||||||
createFromServerRequest | ||||||||
count | int | |||||||
add | ||||||||
get | CookieInterface | |||||||
has | bool | |||||||
remove | ||||||||
checkCookies | void | |||||||
getIterator | Traversable | |||||||
addToRequest | RequestInterface | |||||||
findMatchingCookies | array | |||||||
addFromResponse | ||||||||
removeExpiredCookies | void | |||||||
interface CookieInterface | ||||||||
Method | Argument | Typehint | Default | |||||
withName | ||||||||
getName | string | |||||||
getValue | ||||||||
getScalarValue | ||||||||
withValue | ||||||||
getId | string | |||||||
getPath | string | |||||||
withPath | ||||||||
getDomain | string | |||||||
withDomain | ||||||||
getExpiry | ||||||||
getExpiresTimestamp | ?int | |||||||
getFormattedExpires | string | |||||||
withExpiry | ||||||||
withNeverExpire | ||||||||
withExpired | ||||||||
isExpired | bool | |||||||
isHttpOnly | bool | |||||||
withHttpOnly | ||||||||
isSecure | bool | |||||||
withSecure | ||||||||
getSameSite | ?string | |||||||
withSameSite | ||||||||
getOptions | array | |||||||
toArray | array | |||||||
toHeaderValue | string | |||||||
class BadRequestException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class ConflictException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class ForbiddenException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class GoneException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class InternalErrorException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class InvalidCsrfTokenException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class MethodNotAllowedException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class NotAcceptableException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class NotFoundException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class RedirectException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
addHeaders | ||||||||
removeHeader | ||||||||
getHeaders | array | |||||||
class ServiceUnavailableException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class UnauthorizedException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class UnavailableForLegalReasonsException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class BodyParserMiddleware | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setMethods | ||||||||
getMethods | array | |||||||
addParser | ||||||||
getParsers | array | |||||||
process | ResponseInterface | |||||||
decodeJson | ||||||||
decodeXml | array | |||||||
class ClosureDecoratorMiddleware | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
process | ResponseInterface | |||||||
getCallable | callable | |||||||
class CspMiddleware | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
process | ResponseInterface | |||||||
class CsrfProtectionMiddleware | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
process | ResponseInterface | |||||||
whitelistCallback | ||||||||
skipCheckCallback | ||||||||
_unsetTokenField | ServerRequestInterface | |||||||
_createToken | string | |||||||
createToken | string | |||||||
_verifyToken | bool | |||||||
_addTokenCookie | ResponseInterface | |||||||
_validateToken | void | |||||||
_createCookie | CookieInterface | |||||||
class DoublePassDecoratorMiddleware | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
process | ResponseInterface | |||||||
getCallable | callable | |||||||
class EncryptedCookieMiddleware | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
process | ResponseInterface | |||||||
_getCookieEncryptionKey | string | |||||||
decodeCookies | ServerRequestInterface | |||||||
encodeCookies | Response | |||||||
encodeSetCookieHeader | ResponseInterface | |||||||
class HttpsEnforcerMiddleware | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
process | ResponseInterface | |||||||
class SecurityHeadersMiddleware | ||||||||
Method | Argument | Typehint | Default | |||||
noSniff | ||||||||
noOpen | ||||||||
setReferrerPolicy | ||||||||
setXFrameOptions | ||||||||
setXssProtection | ||||||||
setCrossDomainPolicy | ||||||||
checkValues | void | |||||||
process | ResponseInterface | |||||||
class CacheSession | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
open | bool | |||||||
close | bool | |||||||
read | string | |||||||
write | bool | |||||||
destroy | bool | |||||||
gc | bool | |||||||
class DatabaseSession | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setTimeout | ||||||||
open | bool | |||||||
close | bool | |||||||
read | string | |||||||
write | bool | |||||||
destroy | bool | |||||||
gc | bool | |||||||
class BaseApplication | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
middleware | MiddlewareQueue | |||||||
pluginMiddleware | MiddlewareQueue | |||||||
addPlugin | ||||||||
addOptionalPlugin | ||||||||
getPlugins | PluginCollection | |||||||
bootstrap | void | |||||||
pluginBootstrap | void | |||||||
routes | void | |||||||
pluginRoutes | RouteBuilder | |||||||
console | CommandCollection | |||||||
pluginConsole | CommandCollection | |||||||
handle | ResponseInterface | |||||||
class CallbackStream | ||||||||
Method | Argument | Typehint | Default | |||||
getContents | string | |||||||
class Client | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
cookies | CookieCollection | |||||||
addCookie | ||||||||
get | Response | |||||||
post | Response | |||||||
put | Response | |||||||
patch | Response | |||||||
options | Response | |||||||
trace | Response | |||||||
delete | Response | |||||||
head | Response | |||||||
_doRequest | Response | |||||||
_mergeOptions | array | |||||||
sendRequest | ResponseInterface | |||||||
send | Response | |||||||
_sendRequest | Response | |||||||
buildUrl | string | |||||||
_createRequest | Request | |||||||
_typeHeaders | array | |||||||
_addAuthentication | Request | |||||||
_addProxy | Request | |||||||
_createAuth | ||||||||
interface ControllerFactoryInterface | ||||||||
Method | Argument | Typehint | Default | |||||
create | ||||||||
invoke | ResponseInterface | |||||||
class CorsBuilder | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
build | MessageInterface | |||||||
allowOrigin | ||||||||
_normalizeDomains | array | |||||||
allowMethods | ||||||||
allowCredentials | ||||||||
allowHeaders | ||||||||
exposeHeaders | ||||||||
maxAge | ||||||||
class MiddlewareApplication | ||||||||
Method | Argument | Typehint | Default | |||||
bootstrap | void | |||||||
middleware | MiddlewareQueue | |||||||
handle | ResponseInterface | |||||||
class MiddlewareQueue | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
resolve | MiddlewareInterface | |||||||
add | ||||||||
push | ||||||||
prepend | ||||||||
insertAt | ||||||||
insertBefore | ||||||||
insertAfter | ||||||||
count | int | |||||||
seek | void | |||||||
rewind | void | |||||||
current | MiddlewareInterface | |||||||
key | int | |||||||
next | void | |||||||
valid | bool | |||||||
class Response | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
_createStream | void | |||||||
_setContentType | void | |||||||
withLocation | ||||||||
_setHeader | void | |||||||
_clearHeader | void | |||||||
getStatusCode | int | |||||||
withStatus | ||||||||
_setStatus | void | |||||||
getReasonPhrase | string | |||||||
setTypeMap | void | |||||||
getType | string | |||||||
withType | ||||||||
resolveType | string | |||||||
getMimeType | ||||||||
mapType | ||||||||
getCharset | string | |||||||
withCharset | ||||||||
withDisabledCache | ||||||||
withCache | ||||||||
withSharable | ||||||||
withSharedMaxAge | ||||||||
withMaxAge | ||||||||
withMustRevalidate | ||||||||
_setCacheControl | void | |||||||
withExpires | ||||||||
withModified | ||||||||
notModified | void | |||||||
withNotModified | ||||||||
withVary | ||||||||
withEtag | ||||||||
_getUTCDate | DateTimeInterface | |||||||
compress | bool | |||||||
outputCompressed | bool | |||||||
withDownload | ||||||||
withLength | ||||||||
withAddedLink | ||||||||
checkNotModified | bool | |||||||
__toString | string | |||||||
withCookie | ||||||||
withExpiredCookie | ||||||||
getCookie | array|? | |||||||
getCookies | array | |||||||
getCookieCollection | CookieCollection | |||||||
withCookieCollection | ||||||||
cors | CorsBuilder | |||||||
withFile | ||||||||
withStringBody | ||||||||
validateFile | SplFileInfo | |||||||
getFile | ?SplFileInfo | |||||||
_fileRange | void | |||||||
__debugInfo | array | |||||||
class ResponseEmitter | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
emit | bool | |||||||
emitBody | void | |||||||
emitBodyRange | void | |||||||
emitStatusLine | void | |||||||
emitHeaders | void | |||||||
emitCookies | void | |||||||
setCookie | bool | |||||||
flush | void | |||||||
parseContentRange | ||||||||
class Runner | ||||||||
Method | Argument | Typehint | Default | |||||
run | ResponseInterface | |||||||
handle | ResponseInterface | |||||||
class Server | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
run | ResponseInterface | |||||||
bootstrap | void | |||||||
emit | void | |||||||
getApp | HttpApplicationInterface | |||||||
getEventManager | EventManagerInterface | |||||||
setEventManager | ||||||||
class ServerRequest | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
_setConfig | void | |||||||
processUrlOption | array | |||||||
contentType | string|? | |||||||
getSession | Session | |||||||
clientIp | string | |||||||
setTrustedProxies | void | |||||||
getTrustedProxies | array | |||||||
referer | ?string | |||||||
__call | ||||||||
is | bool | |||||||
clearDetectorCache | void | |||||||
_is | bool | |||||||
_acceptHeaderDetector | bool | |||||||
_headerDetector | bool | |||||||
_paramDetector | bool | |||||||
_environmentDetector | bool | |||||||
isAll | bool | |||||||
addDetector | void | |||||||
normalizeHeaderName | string | |||||||
getHeaders | array | |||||||
hasHeader | bool | |||||||
getHeader | array | |||||||
getHeaderLine | string | |||||||
withHeader | ||||||||
withAddedHeader | ||||||||
withoutHeader | ||||||||
getMethod | string | |||||||
withMethod | ||||||||
getServerParams | array | |||||||
getQueryParams | array | |||||||
withQueryParams | ||||||||
host | ?string | |||||||
port | ?string | |||||||
scheme | ?string | |||||||
domain | string | |||||||
subdomains | array | |||||||
accepts | ||||||||
parseAccept | array | |||||||
acceptLanguage | ||||||||
_parseAcceptWithQualifier | array | |||||||
getQuery | ||||||||
getData | ||||||||
input | ||||||||
getCookie | ||||||||
getCookieCollection | CookieCollection | |||||||
withCookieCollection | ||||||||
getCookieParams | array | |||||||
withCookieParams | ||||||||
getParsedBody | ||||||||
withParsedBody | ||||||||
getProtocolVersion | string | |||||||
withProtocolVersion | ||||||||
getEnv | string|? | |||||||
withEnv | ||||||||
allowMethod | bool | |||||||
withData | ||||||||
withoutData | ||||||||
withParam | ||||||||
getParam | ||||||||
withAttribute | ||||||||
withoutAttribute | ||||||||
getAttribute | ||||||||
getAttributes | array | |||||||
getUploadedFile | UploadedFileInterface|? | |||||||
getUploadedFiles | array | |||||||
withUploadedFiles | ||||||||
validateUploadedFiles | void | |||||||
getBody | StreamInterface | |||||||
withBody | ||||||||
getUri | UriInterface | |||||||
withUri | ||||||||
withRequestTarget | ||||||||
getRequestTarget | string | |||||||
getPath | string | |||||||
class ServerRequestFactory | ||||||||
Method | Argument | Typehint | Default | |||||
fromGlobals | ServerRequest | |||||||
marshalBodyAndRequestMethod | ServerRequest | |||||||
marshalFiles | ServerRequest | |||||||
createServerRequest | ServerRequestInterface | |||||||
createUri | UriInterface | |||||||
marshalUriFromSapi | UriInterface | |||||||
updatePath | UriInterface | |||||||
getBase | array | |||||||
class Session | ||||||||
Method | Argument | Typehint | Default | |||||
create | ||||||||
_defaultConfig | ||||||||
__construct | ||||||||
engine | ?SessionHandlerInterface | |||||||
setEngine | SessionHandlerInterface | |||||||
options | void | |||||||
start | bool | |||||||
close | bool | |||||||
started | bool | |||||||
check | bool | |||||||
read | ||||||||
readOrFail | ||||||||
consume | ||||||||
write | void | |||||||
id | string | |||||||
delete | void | |||||||
_overwrite | void | |||||||
destroy | void | |||||||
clear | void | |||||||
_hasSession | bool | |||||||
renew | void | |||||||
_timedOut | bool | |||||||
class IcuFormatter | ||||||||
Method | Argument | Typehint | Default | |||||
format | string | |||||||
_formatMessage | string | |||||||
class SprintfFormatter | ||||||||
Method | Argument | Typehint | Default | |||||
format | string | |||||||
class LocaleSelectorMiddleware | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
process | ResponseInterface | |||||||
class MoFileParser | ||||||||
Method | Argument | Typehint | Default | |||||
parse | array | |||||||
_readLong | int | |||||||
class PoFileParser | ||||||||
Method | Argument | Typehint | Default | |||||
parse | array | |||||||
_addMessage | void | |||||||
class ChainMessagesLoader | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__invoke | Package | |||||||
class Date | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
timeAgoInWords | string | |||||||
trait DateFormatTrait | ||||||||
Method | Argument | Typehint | Default | |||||
getDefaultLocale | ?string | |||||||
setDefaultLocale | void | |||||||
lenientParsingEnabled | bool | |||||||
enableLenientParsing | void | |||||||
disableLenientParsing | void | |||||||
nice | string | |||||||
i18nFormat | ||||||||
_formatObject | string | |||||||
__toString | string | |||||||
resetToStringFormat | void | |||||||
setToStringFormat | void | |||||||
setJsonEncodeFormat | void | |||||||
parseDateTime | ||||||||
parseDate | ||||||||
parseTime | ||||||||
jsonSerialize | ||||||||
getDiffFormatter | DifferenceFormatterInterface | |||||||
setDiffFormatter | void | |||||||
__debugInfo | array | |||||||
class FrozenDate | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
timeAgoInWords | string | |||||||
class FrozenTime | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
timeAgoInWords | string | |||||||
listTimezones | array | |||||||
class I18n | ||||||||
Method | Argument | Typehint | Default | |||||
translators | TranslatorRegistry | |||||||
setTranslator | void | |||||||
getTranslator | TranslatorInterface | |||||||
config | void | |||||||
setLocale | void | |||||||
getLocale | string | |||||||
getDefaultLocale | string | |||||||
getDefaultFormatter | string | |||||||
setDefaultFormatter | void | |||||||
useFallback | void | |||||||
clear | void | |||||||
interface I18nDateTimeInterface | ||||||||
Method | Argument | Typehint | Default | |||||
getDefaultLocale | ?string | |||||||
setDefaultLocale | void | |||||||
nice | string | |||||||
i18nFormat | ||||||||
resetToStringFormat | void | |||||||
setToStringFormat | void | |||||||
setJsonEncodeFormat | void | |||||||
parseDateTime | ||||||||
parseDate | ||||||||
parseTime | ||||||||
getDiffFormatter | DifferenceFormatterInterface | |||||||
setDiffFormatter | void | |||||||
class MessagesFileLoader | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__invoke | ||||||||
translationsFolders | array | |||||||
class Number | ||||||||
Method | Argument | Typehint | Default | |||||
precision | string | |||||||
toReadableSize | string | |||||||
toPercentage | string | |||||||
format | string | |||||||
parseFloat | float | |||||||
formatDelta | string | |||||||
currency | string | |||||||
defaultCurrency | ?string | |||||||
getDefaultCurrency | string | |||||||
setDefaultCurrency | void | |||||||
getDefaultCurrencyFormat | string | |||||||
setDefaultCurrencyFormat | void | |||||||
formatter | NumberFormatter | |||||||
config | void | |||||||
_setAttributes | NumberFormatter | |||||||
ordinal | string | |||||||
class PluralRules | ||||||||
Method | Argument | Typehint | Default | |||||
calculate | int | |||||||
class RelativeTimeFormatter | ||||||||
Method | Argument | Typehint | Default | |||||
diffForHumans | string | |||||||
timeAgoInWords | string | |||||||
_diffData | array | |||||||
dateAgoInWords | string | |||||||
_options | array | |||||||
class Time | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
nice | string | |||||||
isThisWeek | bool | |||||||
isThisMonth | bool | |||||||
isThisYear | bool | |||||||
toQuarter | ||||||||
toUnixString | string | |||||||
timeAgoInWords | string | |||||||
listTimezones | array | |||||||
class Translator | ||||||||
Method | Argument | Typehint | Default | |||||
translate | string | |||||||
resolveContext | ||||||||
class TranslatorFactory | ||||||||
Method | Argument | Typehint | Default | |||||
newInstance | ||||||||
class TranslatorRegistry | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setCacher | void | |||||||
get | ||||||||
_getTranslator | TranslatorInterface | |||||||
registerLoader | void | |||||||
defaultFormatter | string | |||||||
useFallback | void | |||||||
_fallbackLoader | ||||||||
_partialLoader | Closure | |||||||
_getFromLoader | TranslatorInterface | |||||||
setLoaderFallback | callable | |||||||
class ArrayLog | ||||||||
Method | Argument | Typehint | Default | |||||
log | ||||||||
read | array | |||||||
clear | void | |||||||
class BaseLog | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
levels | array | |||||||
scopes | ||||||||
_format | string | |||||||
_getFormattedDate | string | |||||||
class ConsoleLog | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
log | ||||||||
class FileLog | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
log | void | |||||||
_getFilename | string | |||||||
_rotateFile | ?bool | |||||||
class SyslogLog | ||||||||
Method | Argument | Typehint | Default | |||||
log | void | |||||||
_open | void | |||||||
_write | bool | |||||||
__destruct | ||||||||
class Log | ||||||||
Method | Argument | Typehint | Default | |||||
_init | void | |||||||
_loadConfig | void | |||||||
reset | void | |||||||
levels | array | |||||||
setConfig | void | |||||||
engine | LoggerInterface|? | |||||||
write | bool | |||||||
emergency | bool | |||||||
alert | bool | |||||||
critical | bool | |||||||
error | bool | |||||||
warning | bool | |||||||
notice | bool | |||||||
debug | bool | |||||||
info | bool | |||||||
class LogEngineRegistry | ||||||||
Method | Argument | Typehint | Default | |||||
_resolveClassName | string|? | |||||||
_throwMissingClassError | void | |||||||
_create | LoggerInterface | |||||||
unload | ||||||||
trait LogTrait | ||||||||
Method | Argument | Typehint | Default | |||||
log | bool | |||||||
class DebugTransport | ||||||||
Method | Argument | Typehint | Default | |||||
send | array | |||||||
class MailTransport | ||||||||
Method | Argument | Typehint | Default | |||||
send | array | |||||||
_mail | void | |||||||
class SmtpTransport | ||||||||
Method | Argument | Typehint | Default | |||||
__destruct | ||||||||
__wakeup | void | |||||||
connect | void | |||||||
connected | bool | |||||||
disconnect | void | |||||||
getLastResponse | array | |||||||
send | array | |||||||
_bufferResponseLines | void | |||||||
_connect | void | |||||||
_auth | void | |||||||
_authPlain | string|? | |||||||
_authLogin | void | |||||||
_prepareFromCmd | string | |||||||
_prepareRcptCmd | string | |||||||
_prepareFromAddress | array | |||||||
_prepareRecipientAddresses | array | |||||||
_prepareMessage | string | |||||||
_sendRcpt | void | |||||||
_sendData | void | |||||||
_disconnect | void | |||||||
_generateSocket | void | |||||||
_smtpSend | string|? | |||||||
_socket | Socket | |||||||
class AbstractTransport | ||||||||
Method | Argument | Typehint | Default | |||||
send | array | |||||||
__construct | ||||||||
checkRecipient | void | |||||||
class Email | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__clone | ||||||||
__call | ||||||||
getMessage | Message | |||||||
setViewRenderer | ||||||||
getViewRenderer | string | |||||||
setViewVars | ||||||||
getViewVars | array | |||||||
setTransport | ||||||||
getTransport | ?AbstractTransport | |||||||
message | ||||||||
setProfile | ||||||||
getProfile | array | |||||||
send | array | |||||||
render | void | |||||||
viewBuilder | ViewBuilder | |||||||
getRenderer | Renderer | |||||||
setRenderer | ||||||||
_logDelivery | void | |||||||
flatten | string | |||||||
deliver | ||||||||
reset | ||||||||
jsonSerialize | array | |||||||
createFromArray | ||||||||
serialize | string | |||||||
unserialize | void | |||||||
__callStatic | ||||||||
class Mailer | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
viewBuilder | ViewBuilder | |||||||
getRenderer | Renderer | |||||||
setRenderer | ||||||||
getMessage | Message | |||||||
setMessage | ||||||||
__call | ||||||||
set | ||||||||
setViewVars | ||||||||
send | array | |||||||
render | ||||||||
deliver | ||||||||
setProfile | ||||||||
setTransport | ||||||||
getTransport | AbstractTransport | |||||||
restore | ||||||||
reset | ||||||||
logDelivery | void | |||||||
setLogConfig | ||||||||
flatten | string | |||||||
implementedEvents | array | |||||||
trait MailerAwareTrait | ||||||||
Method | Argument | Typehint | Default | |||||
getMailer | Mailer | |||||||
class Message | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setFrom | ||||||||
getFrom | array | |||||||
setSender | ||||||||
getSender | array | |||||||
setReplyTo | ||||||||
getReplyTo | array | |||||||
setReadReceipt | ||||||||
getReadReceipt | array | |||||||
setReturnPath | ||||||||
getReturnPath | array | |||||||
setTo | ||||||||
getTo | array | |||||||
addTo | ||||||||
setCc | ||||||||
getCc | array | |||||||
addCc | ||||||||
setBcc | ||||||||
getBcc | array | |||||||
addBcc | ||||||||
setCharset | ||||||||
getCharset | string | |||||||
setHeaderCharset | ||||||||
getHeaderCharset | string | |||||||
setTransferEncoding | ||||||||
getTransferEncoding | ?string | |||||||
setEmailPattern | ||||||||
getEmailPattern | ?string | |||||||
setEmail | ||||||||
validateEmail | void | |||||||
setEmailSingle | ||||||||
addEmail | ||||||||
setSubject | ||||||||
getSubject | string | |||||||
getOriginalSubject | string | |||||||
setHeaders | ||||||||
addHeaders | ||||||||
getHeaders | array | |||||||
getHeadersString | string | |||||||
formatAddress | array | |||||||
setEmailFormat | ||||||||
getEmailFormat | string | |||||||
getBodyTypes | array | |||||||
setMessageId | ||||||||
getMessageId | ||||||||
setDomain | ||||||||
getDomain | string | |||||||
setAttachments | ||||||||
getAttachments | array | |||||||
addAttachments | ||||||||
getBody | ||||||||
getBodyString | string | |||||||
createBoundary | void | |||||||
generateMessage | array | |||||||
attachFiles | array | |||||||
attachInlineFiles | array | |||||||
setPriority | ||||||||
getPriority | ?int | |||||||
setConfig | ||||||||
setBody | ||||||||
setBodyText | ||||||||
setBodyHtml | ||||||||
getBodyText | ||||||||
getBodyHtml | ||||||||
encodeString | string | |||||||
wrap | array | |||||||
reset | ||||||||
encodeForHeader | string | |||||||
decodeForHeader | string | |||||||
readFile | string | |||||||
getContentTransferEncoding | string | |||||||
getContentTypeCharset | string | |||||||
jsonSerialize | array | |||||||
createFromArray | ||||||||
serialize | string | |||||||
unserialize | ||||||||
class Renderer | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
render | array | |||||||
reset | ||||||||
__clone | ||||||||
class TransportFactory | ||||||||
Method | Argument | Typehint | Default | |||||
getRegistry | TransportRegistry | |||||||
setRegistry | void | |||||||
_buildTransport | void | |||||||
get | AbstractTransport | |||||||
class TransportRegistry | ||||||||
Method | Argument | Typehint | Default | |||||
_resolveClassName | string|? | |||||||
_throwMissingClassError | void | |||||||
_create | AbstractTransport | |||||||
unload | ||||||||
class Socket | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
connect | bool | |||||||
_getStreamSocketClient | ||||||||
_setSslContext | void | |||||||
_connectionErrorHandler | void | |||||||
context | ?array | |||||||
host | string | |||||||
address | string | |||||||
addresses | array | |||||||
lastError | string|? | |||||||
setLastError | void | |||||||
write | int | |||||||
read | ?string | |||||||
disconnect | bool | |||||||
__destruct | ||||||||
reset | void | |||||||
enableCrypto | void | |||||||
class SelectLoader | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
buildEagerLoader | Closure | |||||||
_defaultOptions | array | |||||||
_buildQuery | Query | |||||||
_extractFinder | array | |||||||
_assertFieldsPresent | void | |||||||
_addFilteringJoin | Query | |||||||
_addFilteringCondition | Query | |||||||
_createTupleCondition | TupleComparison | |||||||
_linkField | ||||||||
_buildSubquery | Query | |||||||
_subqueryFields | array | |||||||
_buildResultMap | array | |||||||
_resultInjector | Closure | |||||||
_multiKeysInjector | Closure | |||||||
class SelectWithPivotLoader | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
_buildQuery | Query | |||||||
_assertFieldsPresent | void | |||||||
_linkField | ||||||||
_buildResultMap | array | |||||||
class BelongsTo | ||||||||
Method | Argument | Typehint | Default | |||||
getForeignKey | ||||||||
cascadeDelete | bool | |||||||
_propertyName | string | |||||||
isOwningSide | bool | |||||||
type | string | |||||||
saveAssociated | ||||||||
_joinCondition | array | |||||||
eagerLoader | Closure | |||||||
class BelongsToMany | ||||||||
Method | Argument | Typehint | Default | |||||
setTargetForeignKey | ||||||||
getTargetForeignKey | ||||||||
canBeJoined | bool | |||||||
getForeignKey | ||||||||
setSort | ||||||||
getSort | ||||||||
defaultRowValue | array | |||||||
junction | Table | |||||||
_generateTargetAssociations | void | |||||||
_generateSourceAssociations | void | |||||||
_generateJunctionAssociations | void | |||||||
attachTo | void | |||||||
_appendNotMatching | void | |||||||
type | string | |||||||
_joinCondition | array | |||||||
eagerLoader | Closure | |||||||
cascadeDelete | bool | |||||||
isOwningSide | bool | |||||||
setSaveStrategy | ||||||||
getSaveStrategy | string | |||||||
saveAssociated | ||||||||
_saveTarget | ||||||||
_saveLinks | bool | |||||||
link | bool | |||||||
unlink | bool | |||||||
setConditions | ||||||||
setThrough | ||||||||
getThrough | ||||||||
targetConditions | ||||||||
junctionConditions | array | |||||||
find | Query | |||||||
_appendJunctionJoin | Query | |||||||
replaceLinks | bool | |||||||
_diffLinks | ||||||||
_checkPersistenceStatus | bool | |||||||
_collectJointEntities | array | |||||||
_junctionAssociationName | string | |||||||
_junctionTableName | string | |||||||
_options | void | |||||||
class DependentDeleteHelper | ||||||||
Method | Argument | Typehint | Default | |||||
cascadeDelete | bool | |||||||
class HasMany | ||||||||
Method | Argument | Typehint | Default | |||||
isOwningSide | bool | |||||||
setSaveStrategy | ||||||||
getSaveStrategy | string | |||||||
saveAssociated | ||||||||
_saveTarget | bool | |||||||
link | bool | |||||||
unlink | void | |||||||
replace | bool | |||||||
_unlinkAssociated | bool | |||||||
_unlink | bool | |||||||
_foreignKeyAcceptsNull | bool | |||||||
type | string | |||||||
canBeJoined | bool | |||||||
getForeignKey | ||||||||
setSort | ||||||||
getSort | ||||||||
defaultRowValue | array | |||||||
_options | void | |||||||
eagerLoader | Closure | |||||||
cascadeDelete | bool | |||||||
class HasOne | ||||||||
Method | Argument | Typehint | Default | |||||
getForeignKey | ||||||||
_propertyName | string | |||||||
isOwningSide | bool | |||||||
type | string | |||||||
saveAssociated | ||||||||
eagerLoader | Closure | |||||||
cascadeDelete | bool | |||||||
class EavStrategy | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setupAssociations | ||||||||
beforeFind | ||||||||
beforeSave | ||||||||
translationField | string | |||||||
rowMapper | ||||||||
groupTranslations | CollectionInterface | |||||||
bundleTranslatedFields | ||||||||
findExistingTranslations | ||||||||
class ShadowTableStrategy | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setupAssociations | ||||||||
beforeFind | ||||||||
addFieldsToQuery | ||||||||
iterateClause | bool | |||||||
traverseClause | bool | |||||||
beforeSave | ||||||||
buildMarshalMap | array | |||||||
translationField | string | |||||||
rowMapper | ||||||||
groupTranslations | CollectionInterface | |||||||
bundleTranslatedFields | ||||||||
mainFields | ||||||||
translatedFields | ||||||||
interface TranslateStrategyInterface | ||||||||
Method | Argument | Typehint | Default | |||||
getTranslationTable | Table | |||||||
setLocale | ||||||||
getLocale | string | |||||||
translationField | string | |||||||
groupTranslations | CollectionInterface | |||||||
beforeFind | ||||||||
beforeSave | ||||||||
afterSave | ||||||||
trait TranslateStrategyTrait | ||||||||
Method | Argument | Typehint | Default | |||||
getTranslationTable | Table | |||||||
setLocale | ||||||||
getLocale | string | |||||||
unsetEmptyFields | ||||||||
buildMarshalMap | array | |||||||
afterSave | ||||||||
trait TranslateTrait | ||||||||
Method | Argument | Typehint | Default | |||||
translation | ||||||||
class CounterCacheBehavior | ||||||||
Method | Argument | Typehint | Default | |||||
beforeSave | ||||||||
afterSave | void | |||||||
afterDelete | ||||||||
_processAssociations | void | |||||||
_processAssociation | void | |||||||
_shouldUpdateCount | ||||||||
_getCount | int | |||||||
class TimestampBehavior | ||||||||
Method | Argument | Typehint | Default | |||||
initialize | void | |||||||
handleEvent | bool | |||||||
implementedEvents | array | |||||||
timestamp | DateTimeInterface | |||||||
touch | bool | |||||||
_updateField | void | |||||||
class TranslateBehavior | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
initialize | void | |||||||
setDefaultStrategyClass | ||||||||
getDefaultStrategyClass | string | |||||||
getStrategy | TranslateStrategyInterface | |||||||
createStrategy | ||||||||
setStrategy | ||||||||
implementedEvents | array | |||||||
buildMarshalMap | array | |||||||
setLocale | ||||||||
getLocale | string | |||||||
translationField | string | |||||||
findTranslations | Query | |||||||
__call | ||||||||
referenceName | string | |||||||
class TreeBehavior | ||||||||
Method | Argument | Typehint | Default | |||||
initialize | void | |||||||
beforeSave | ||||||||
afterSave | ||||||||
_setChildrenLevel | void | |||||||
beforeDelete | ||||||||
_setParent | void | |||||||
_setAsRoot | void | |||||||
_unmarkInternalTree | void | |||||||
findPath | Query | |||||||
childCount | int | |||||||
findChildren | Query | |||||||
findTreeList | Query | |||||||
formatTreeList | Query | |||||||
removeFromTree | ||||||||
_removeFromTree | ||||||||
moveUp | ||||||||
_moveUp | EntityInterface | |||||||
moveDown | ||||||||
_moveDown | EntityInterface | |||||||
_getNode | EntityInterface | |||||||
recover | void | |||||||
_recoverTree | int | |||||||
_getMax | int | |||||||
_sync | void | |||||||
_scope | Query | |||||||
_ensureFields | void | |||||||
_getPrimaryKey | string | |||||||
getLevel | ||||||||
class PersistenceFailedException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getEntity | EntityInterface | |||||||
trait LocatorAwareTrait | ||||||||
Method | Argument | Typehint | Default | |||||
setTableLocator | ||||||||
getTableLocator | LocatorInterface | |||||||
interface LocatorInterface | ||||||||
Method | Argument | Typehint | Default | |||||
getConfig | array | |||||||
setConfig | ||||||||
get | Table | |||||||
set | Table | |||||||
class TableLocator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setConfig | ||||||||
getConfig | array | |||||||
get | Table | |||||||
createInstance | ||||||||
_getClassName | ?string | |||||||
_create | Table | |||||||
set | Table | |||||||
clear | void | |||||||
genericInstances | array | |||||||
remove | void | |||||||
addLocation | ||||||||
class ExistsIn | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__invoke | bool | |||||||
_fieldsAreNull | bool | |||||||
class IsUnique | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__invoke | bool | |||||||
_alias | array | |||||||
class LinkConstraint | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__invoke | bool | |||||||
_aliasFields | array | |||||||
_buildConditions | array | |||||||
_countLinks | int | |||||||
class ValidCount | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__invoke | bool | |||||||
class Association | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setName | ||||||||
getName | string | |||||||
setCascadeCallbacks | ||||||||
getCascadeCallbacks | bool | |||||||
setClassName | ||||||||
getClassName | string | |||||||
setSource | ||||||||
getSource | Table | |||||||
setTarget | ||||||||
getTarget | Table | |||||||
setConditions | ||||||||
getConditions | ||||||||
setBindingKey | ||||||||
getBindingKey | ||||||||
getForeignKey | ||||||||
setForeignKey | ||||||||
setDependent | ||||||||
getDependent | bool | |||||||
canBeJoined | bool | |||||||
setJoinType | ||||||||
getJoinType | string | |||||||
setProperty | ||||||||
getProperty | string | |||||||
_propertyName | string | |||||||
setStrategy | ||||||||
getStrategy | string | |||||||
getFinder | ||||||||
setFinder | ||||||||
_options | void | |||||||
attachTo | void | |||||||
_appendNotMatching | void | |||||||
transformRow | array | |||||||
defaultRowValue | array | |||||||
find | Query | |||||||
exists | bool | |||||||
updateAll | int | |||||||
deleteAll | int | |||||||
requiresKeys | bool | |||||||
_dispatchBeforeFind | void | |||||||
_appendFields | void | |||||||
_formatAssociationResults | void | |||||||
_bindNewAssociations | void | |||||||
_joinCondition | array | |||||||
_extractFinder | array | |||||||
__get | ||||||||
__isset | ||||||||
__call | ||||||||
type | string | |||||||
eagerLoader | Closure | |||||||
cascadeDelete | bool | |||||||
isOwningSide | bool | |||||||
saveAssociated | ||||||||
class AssociationCollection | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
add | Association | |||||||
load | Association | |||||||
get | Association|? | |||||||
getByProperty | Association|? | |||||||
has | bool | |||||||
keys | array | |||||||
getByType | array | |||||||
remove | void | |||||||
removeAll | void | |||||||
saveParents | bool | |||||||
saveChildren | bool | |||||||
_saveAssociations | bool | |||||||
_save | bool | |||||||
cascadeDelete | bool | |||||||
normalizeKeys | array | |||||||
getIterator | Traversable | |||||||
trait AssociationsNormalizerTrait | ||||||||
Method | Argument | Typehint | Default | |||||
_normalizeAssociations | array | |||||||
class Behavior | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
initialize | void | |||||||
getTable | Table | |||||||
_resolveMethodAliases | array | |||||||
verifyConfig | void | |||||||
implementedEvents | array | |||||||
implementedFinders | array | |||||||
implementedMethods | array | |||||||
_reflectionCache | array | |||||||
class BehaviorRegistry | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setTable | void | |||||||
className | ?string | |||||||
_resolveClassName | ?string | |||||||
_throwMissingClassError | void | |||||||
_create | Behavior | |||||||
_getMethods | array | |||||||
hasMethod | bool | |||||||
hasFinder | bool | |||||||
call | ||||||||
callFinder | Query | |||||||
class EagerLoadable | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
addAssociation | void | |||||||
associations | array | |||||||
instance | Association | |||||||
aliasPath | string | |||||||
propertyPath | string|? | |||||||
setCanBeJoined | ||||||||
canBeJoined | bool | |||||||
setConfig | ||||||||
getConfig | array | |||||||
forMatching | ?bool | |||||||
targetProperty | ?string | |||||||
asContainArray | array | |||||||
__clone | ||||||||
class EagerLoader | ||||||||
Method | Argument | Typehint | Default | |||||
contain | array | |||||||
getContain | array | |||||||
clearContain | void | |||||||
enableAutoFields | ||||||||
disableAutoFields | ||||||||
isAutoFieldsEnabled | bool | |||||||
setMatching | ||||||||
getMatching | array | |||||||
normalized | array | |||||||
_reformatContain | array | |||||||
attachAssociations | void | |||||||
attachableAssociations | array | |||||||
externalAssociations | array | |||||||
_normalizeContain | EagerLoadable | |||||||
_fixStrategies | void | |||||||
_correctStrategy | void | |||||||
_resolveJoins | array | |||||||
loadExternal | StatementInterface | |||||||
associationsMap | array | |||||||
_buildAssociationsMap | array | |||||||
addToJoinsMap | void | |||||||
_collectKeys | array | |||||||
_groupKeys | array | |||||||
__clone | ||||||||
class Entity | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class LazyEagerLoader | ||||||||
Method | Argument | Typehint | Default | |||||
loadInto | ||||||||
_getQuery | Query | |||||||
_getPropertyMap | array | |||||||
_injectResults | array | |||||||
class Marshaller | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
_buildPropertyMap | array | |||||||
one | EntityInterface | |||||||
_validate | array | |||||||
_prepareDataAndOptions | array | |||||||
_marshalAssociation | ||||||||
many | array | |||||||
_belongsToMany | array | |||||||
_loadAssociatedByIds | array | |||||||
merge | EntityInterface | |||||||
mergeMany | array | |||||||
_mergeAssociation | ||||||||
_mergeBelongsToMany | array | |||||||
_mergeJoinData | array | |||||||
dispatchAfterMarshal | void | |||||||
interface PropertyMarshalInterface | ||||||||
Method | Argument | Typehint | Default | |||||
buildMarshalMap | array | |||||||
class Query | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
select | ||||||||
selectAllExcept | ||||||||
addDefaultTypes | ||||||||
setEagerLoader | ||||||||
getEagerLoader | EagerLoader | |||||||
contain | ||||||||
getContain | array | |||||||
clearContain | ||||||||
_addAssociationsToTypeMap | void | |||||||
matching | ||||||||
leftJoinWith | ||||||||
innerJoinWith | ||||||||
notMatching | ||||||||
applyOptions | ||||||||
cleanCopy | ||||||||
clearResult | ||||||||
__clone | ||||||||
count | int | |||||||
_performCount | int | |||||||
counter | ||||||||
enableHydration | ||||||||
disableHydration | ||||||||
isHydrationEnabled | bool | |||||||
cache | ||||||||
all | ResultSetInterface | |||||||
triggerBeforeFind | void | |||||||
sql | string | |||||||
_execute | ResultSetInterface | |||||||
_transformQuery | void | |||||||
_addDefaultFields | void | |||||||
_addDefaultSelectTypes | void | |||||||
find | ||||||||
_dirty | void | |||||||
update | ||||||||
delete | ||||||||
insert | ||||||||
__call | ||||||||
__debugInfo | array | |||||||
jsonSerialize | ResultSetInterface | |||||||
enableAutoFields | ||||||||
disableAutoFields | ||||||||
isAutoFieldsEnabled | bool|? | |||||||
_decorateResults | ResultSetInterface | |||||||
class ResultSet | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
current | ||||||||
key | int | |||||||
next | void | |||||||
rewind | void | |||||||
valid | bool | |||||||
first | ||||||||
serialize | string | |||||||
unserialize | ||||||||
count | int | |||||||
_calculateAssociationMap | void | |||||||
_calculateColumnMap | void | |||||||
_fetchResult | ||||||||
_groupResult | ||||||||
__debugInfo | ||||||||
class RulesChecker | ||||||||
Method | Argument | Typehint | Default | |||||
isUnique | RuleInvoker | |||||||
existsIn | RuleInvoker | |||||||
isLinkedTo | RuleInvoker | |||||||
isNotLinkedTo | RuleInvoker | |||||||
_addLinkConstraintRule | RuleInvoker | |||||||
validCount | RuleInvoker | |||||||
class SaveOptionsBuilder | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
parseArrayOptions | ||||||||
associated | ||||||||
_associated | void | |||||||
_checkAssociation | void | |||||||
guard | ||||||||
validate | ||||||||
checkExisting | ||||||||
checkRules | ||||||||
atomic | ||||||||
toArray | array | |||||||
set | ||||||||
class Table | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
defaultConnectionName | string | |||||||
initialize | void | |||||||
setTable | ||||||||
getTable | string | |||||||
setAlias | ||||||||
getAlias | string | |||||||
aliasField | string | |||||||
setRegistryAlias | ||||||||
getRegistryAlias | string | |||||||
setConnection | ||||||||
getConnection | Connection | |||||||
getSchema | TableSchemaInterface | |||||||
setSchema | ||||||||
checkAliasLengths | void | |||||||
_initializeSchema | TableSchemaInterface | |||||||
hasField | bool | |||||||
setPrimaryKey | ||||||||
getPrimaryKey | ||||||||
setDisplayField | ||||||||
getDisplayField | ||||||||
getEntityClass | string | |||||||
setEntityClass | ||||||||
addBehavior | ||||||||
addBehaviors | ||||||||
removeBehavior | ||||||||
behaviors | BehaviorRegistry | |||||||
getBehavior | Behavior | |||||||
hasBehavior | bool | |||||||
getAssociation | Association | |||||||
hasAssociation | bool | |||||||
findAssociation | Association|? | |||||||
associations | AssociationCollection | |||||||
addAssociations | ||||||||
belongsTo | BelongsTo | |||||||
hasOne | HasOne | |||||||
hasMany | HasMany | |||||||
belongsToMany | BelongsToMany | |||||||
find | Query | |||||||
findAll | Query | |||||||
findList | Query | |||||||
findThreaded | Query | |||||||
_setFieldMatchers | array | |||||||
get | EntityInterface | |||||||
_executeTransaction | ||||||||
_transactionCommitted | bool | |||||||
findOrCreate | EntityInterface | |||||||
_processFindOrCreate | ||||||||
_getFindOrCreateQuery | Query | |||||||
query | Query | |||||||
updateAll | int | |||||||
deleteAll | int | |||||||
exists | bool | |||||||
save | ||||||||
saveOrFail | EntityInterface | |||||||
_processSave | ||||||||
_onSaveSuccess | bool | |||||||
_insert | ||||||||
_newId | ||||||||
_update | ||||||||
saveMany | ||||||||
saveManyOrFail | iterable | |||||||
_saveMany | iterable | |||||||
delete | bool | |||||||
deleteMany | ||||||||
deleteManyOrFail | iterable | |||||||
_deleteMany | ?EntityInterface | |||||||
deleteOrFail | bool | |||||||
_processDelete | bool | |||||||
hasFinder | bool | |||||||
callFinder | Query | |||||||
_dynamicFinder | ||||||||
__call | ||||||||
__get | ||||||||
__isset | ||||||||
marshaller | Marshaller | |||||||
newEmptyEntity | EntityInterface | |||||||
newEntity | EntityInterface | |||||||
newEntities | array | |||||||
patchEntity | EntityInterface | |||||||
patchEntities | array | |||||||
validateUnique | bool | |||||||
implementedEvents | array | |||||||
buildRules | RulesChecker | |||||||
getSaveOptionsBuilder | SaveOptionsBuilder | |||||||
loadInto | ||||||||
validationMethodExists | bool | |||||||
__debugInfo | ||||||||
class TableRegistry | ||||||||
Method | Argument | Typehint | Default | |||||
getTableLocator | LocatorInterface | |||||||
setTableLocator | void | |||||||
get | Table | |||||||
exists | bool | |||||||
set | Table | |||||||
remove | void | |||||||
clear | void | |||||||
class DuplicateNamedRouteException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class MissingRouteException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class AssetMiddleware | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
process | ResponseInterface | |||||||
isNotModified | bool | |||||||
_getAssetFile | string|? | |||||||
deliverAsset | Response | |||||||
class RoutingMiddleware | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
loadRoutes | void | |||||||
buildRouteCollection | RouteCollection | |||||||
prepareRouteCollection | RouteCollection | |||||||
process | ResponseInterface | |||||||
class DashedRoute | ||||||||
Method | Argument | Typehint | Default | |||||
_camelizePlugin | string | |||||||
parse | ?array | |||||||
match | ?string | |||||||
_dasherize | array | |||||||
class EntityRoute | ||||||||
Method | Argument | Typehint | Default | |||||
match | string|? | |||||||
_checkEntity | void | |||||||
class InflectedRoute | ||||||||
Method | Argument | Typehint | Default | |||||
parse | array|? | |||||||
match | ?string | |||||||
_underscore | array | |||||||
class PluginShortRoute | ||||||||
Method | Argument | Typehint | Default | |||||
parse | ?array | |||||||
match | ?string | |||||||
class RedirectRoute | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
parse | ?array | |||||||
match | string|? | |||||||
setStatus | ||||||||
class Route | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setExtensions | ||||||||
getExtensions | array | |||||||
setMethods | ||||||||
normalizeAndValidateMethods | ||||||||
setPatterns | ||||||||
setHost | ||||||||
setPass | ||||||||
setPersist | ||||||||
compiled | bool | |||||||
compile | string | |||||||
_writeRoute | void | |||||||
getName | string | |||||||
parseRequest | array|? | |||||||
parse | ?array | |||||||
hostMatches | bool | |||||||
_parseExtension | array | |||||||
_parseArgs | array | |||||||
_persistParams | array | |||||||
match | ?string | |||||||
_matchMethod | bool | |||||||
_writeUrl | string | |||||||
staticPath | string | |||||||
setMiddleware | ||||||||
getMiddleware | array | |||||||
__set_state | ||||||||
class Asset | ||||||||
Method | Argument | Typehint | Default | |||||
setInflectionType | void | |||||||
imageUrl | string | |||||||
cssUrl | string | |||||||
scriptUrl | string | |||||||
url | string | |||||||
encodeUrl | string | |||||||
assetTimestamp | string | |||||||
webroot | string | |||||||
inflectString | string | |||||||
requestWebroot | string | |||||||
pluginSplit | array | |||||||
class RouteBuilder | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setRouteClass | ||||||||
getRouteClass | string | |||||||
setExtensions | ||||||||
getExtensions | array | |||||||
addExtensions | ||||||||
path | string | |||||||
params | array | |||||||
nameExists | bool | |||||||
namePrefix | string | |||||||
resources | ||||||||
get | Route | |||||||
post | Route | |||||||
put | Route | |||||||
patch | Route | |||||||
delete | Route | |||||||
head | Route | |||||||
options | Route | |||||||
_methodRoute | Route | |||||||
loadPlugin | ||||||||
connect | Route | |||||||
parseDefaults | array | |||||||
_makeRoute | Route | |||||||
redirect | Route | |||||||
prefix | ||||||||
plugin | ||||||||
scope | ||||||||
fallbacks | ||||||||
registerMiddleware | ||||||||
applyMiddleware | ||||||||
getMiddleware | array | |||||||
middlewareGroup | ||||||||
class RouteCollection | ||||||||
Method | Argument | Typehint | Default | |||||
add | void | |||||||
parse | array | |||||||
parseRequest | array | |||||||
_getNames | array | |||||||
match | string | |||||||
routes | array | |||||||
named | array | |||||||
getExtensions | array | |||||||
setExtensions | ||||||||
registerMiddleware | ||||||||
middlewareGroup | ||||||||
hasMiddlewareGroup | bool | |||||||
hasMiddleware | bool | |||||||
middlewareExists | bool | |||||||
getMiddleware | array | |||||||
class Router | ||||||||
Method | Argument | Typehint | Default | |||||
defaultRouteClass | ?string | |||||||
getNamedExpressions | array | |||||||
connect | void | |||||||
parseRequest | array | |||||||
setRequest | void | |||||||
getRequest | ServerRequest|? | |||||||
reload | void | |||||||
resetRoutes | void | |||||||
addUrlFilter | void | |||||||
_applyUrlFilters | array | |||||||
url | string | |||||||
pathUrl | string | |||||||
routeExists | bool | |||||||
fullBaseUrl | string | |||||||
reverseToArray | array | |||||||
reverse | string | |||||||
normalize | string | |||||||
extensions | array | |||||||
createRouteBuilder | RouteBuilder | |||||||
scope | void | |||||||
prefix | void | |||||||
plugin | void | |||||||
routes | array | |||||||
getRouteCollection | RouteCollection | |||||||
setRouteCollection | void | |||||||
unwrapShortString | ||||||||
parseRoutePath | array | |||||||
interface RoutingApplicationInterface | ||||||||
Method | Argument | Typehint | Default | |||||
routes | void | |||||||
class ProgressHelper | ||||||||
Method | Argument | Typehint | Default | |||||
output | void | |||||||
init | ||||||||
increment | ||||||||
draw | ||||||||
class TableHelper | ||||||||
Method | Argument | Typehint | Default | |||||
_calculateWidths | array | |||||||
_cellWidth | int | |||||||
_rowSeparator | void | |||||||
_render | void | |||||||
output | void | |||||||
_addStyle | string | |||||||
class CommandTask | ||||||||
Method | Argument | Typehint | Default | |||||
getShellList | ||||||||
_findShells | array | |||||||
_appendShells | array | |||||||
_scanDir | array | |||||||
class ContentsBase | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
class ContentsContain | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class ContentsContainRow | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
failureDescription | string | |||||||
class ContentsEmpty | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
failureDescription | string | |||||||
class ContentsNotContain | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class ContentsRegExp | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
failureDescription | string | |||||||
class ExitCode | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
matches | bool | |||||||
toString | string | |||||||
class MailConstraintBase | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getMessages | ||||||||
class MailContains | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
getTypeMethod | string | |||||||
getAssertedMessages | string | |||||||
toString | string | |||||||
class MailContainsAttachment | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
failureDescription | string | |||||||
class MailContainsHtml | ||||||||
Method | Argument | Typehint | Default | |||||
toString | string | |||||||
class MailContainsText | ||||||||
Method | Argument | Typehint | Default | |||||
toString | string | |||||||
class MailCount | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class MailSentFrom | ||||||||
Method | Argument | Typehint | Default | |||||
toString | string | |||||||
class MailSentTo | ||||||||
Method | Argument | Typehint | Default | |||||
toString | string | |||||||
class MailSentWith | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
matches | bool | |||||||
toString | string | |||||||
class NoMailSent | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
failureDescription | string | |||||||
class BodyContains | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
matches | bool | |||||||
toString | string | |||||||
class BodyEmpty | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
failureDescription | string | |||||||
class BodyEquals | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class BodyNotContains | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class BodyNotEmpty | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class BodyNotEquals | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class BodyNotRegExp | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class BodyRegExp | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
failureDescription | string | |||||||
class ContentType | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class CookieEncryptedEquals | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
matches | bool | |||||||
toString | string | |||||||
_getCookieEncryptionKey | string | |||||||
class CookieEquals | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
matches | bool | |||||||
toString | string | |||||||
class CookieNotSet | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class CookieSet | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class FileSent | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
failureDescription | string | |||||||
class FileSentAs | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class HeaderContains | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class HeaderEquals | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
matches | bool | |||||||
toString | string | |||||||
class HeaderNotContains | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class HeaderNotSet | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
toString | string | |||||||
class HeaderSet | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
matches | bool | |||||||
toString | string | |||||||
failureDescription | string | |||||||
class ResponseBase | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
_getBodyAsString | string | |||||||
class StatusCode | ||||||||
Method | Argument | Typehint | Default | |||||
toString | string | |||||||
failureDescription | string | |||||||
class StatusCodeBase | ||||||||
Method | Argument | Typehint | Default | |||||
matches | bool | |||||||
statusCodeBetween | bool | |||||||
failureDescription | string | |||||||
class StatusError | ||||||||
Method | Argument | Typehint | Default | |||||
toString | string | |||||||
class StatusFailure | ||||||||
Method | Argument | Typehint | Default | |||||
toString | string | |||||||
class StatusOk | ||||||||
Method | Argument | Typehint | Default | |||||
toString | string | |||||||
class StatusSuccess | ||||||||
Method | Argument | Typehint | Default | |||||
toString | string | |||||||
class FlashParamEquals | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
matches | bool | |||||||
toString | string | |||||||
class SessionEquals | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
matches | bool | |||||||
toString | string | |||||||
class SessionHasKey | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
matches | bool | |||||||
toString | string | |||||||
class LayoutFileEquals | ||||||||
Method | Argument | Typehint | Default | |||||
toString | string | |||||||
class TemplateFileEquals | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
matches | bool | |||||||
toString | string | |||||||
class EventFired | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
matches | bool | |||||||
toString | string | |||||||
class EventFiredWith | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
matches | bool | |||||||
toString | string | |||||||
class FixtureInjector | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
startTestSuite | void | |||||||
endTestSuite | void | |||||||
startTest | void | |||||||
endTest | void | |||||||
class FixtureManager | ||||||||
Method | Argument | Typehint | Default | |||||
setDebug | void | |||||||
fixturize | void | |||||||
loaded | array | |||||||
_aliasConnections | void | |||||||
_initDb | void | |||||||
_loadFixtures | void | |||||||
_setupTable | void | |||||||
load | void | |||||||
_runOperation | void | |||||||
_fixtureConnections | array | |||||||
unload | void | |||||||
loadSingle | void | |||||||
shutDown | void | |||||||
isFixtureSetup | bool | |||||||
class TestFixture | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
connection | string | |||||||
sourceName | string | |||||||
init | void | |||||||
_tableFromClass | string | |||||||
_schemaFromFields | void | |||||||
_schemaFromImport | void | |||||||
_schemaFromReflection | void | |||||||
create | bool | |||||||
drop | bool | |||||||
insert | ||||||||
createConstraints | bool | |||||||
dropConstraints | bool | |||||||
_getRecords | array | |||||||
truncate | bool | |||||||
getTableSchema | ||||||||
setTableSchema | ||||||||
class ConsoleInput | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
read | string | |||||||
dataAvailable | bool | |||||||
class ConsoleOutput | ||||||||
Method | Argument | Typehint | Default | |||||
write | int | |||||||
messages | array | |||||||
output | string | |||||||
class MissingConsoleInputException | ||||||||
Method | Argument | Typehint | Default | |||||
setQuestion | ||||||||
class TestExceptionRenderer | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
trait ConsoleIntegrationTestTrait | ||||||||
Method | Argument | Typehint | Default | |||||
exec | void | |||||||
cleanupConsoleTrait | void | |||||||
useCommandRunner | void | |||||||
configApplication | void | |||||||
assertExitCode | void | |||||||
assertExitSuccess | ||||||||
assertExitError | ||||||||
assertOutputEmpty | void | |||||||
assertOutputContains | void | |||||||
assertOutputNotContains | void | |||||||
assertOutputRegExp | void | |||||||
assertOutputContainsRow | void | |||||||
assertErrorContains | void | |||||||
assertErrorRegExp | void | |||||||
assertErrorEmpty | void | |||||||
makeRunner | ||||||||
commandStringToArgs | array | |||||||
trait EmailTrait | ||||||||
Method | Argument | Typehint | Default | |||||
setupTransports | void | |||||||
cleanupEmailTrait | void | |||||||
assertMailCount | void | |||||||
assertNoMailSent | void | |||||||
assertMailSentToAt | void | |||||||
assertMailSentFromAt | void | |||||||
assertMailContainsAt | void | |||||||
assertMailContainsHtmlAt | void | |||||||
assertMailContainsTextAt | void | |||||||
assertMailSentWithAt | void | |||||||
assertMailSentTo | void | |||||||
assertMailSentFrom | void | |||||||
assertMailContains | void | |||||||
assertMailContainsAttachment | void | |||||||
assertMailContainsHtml | void | |||||||
assertMailContainsText | void | |||||||
assertMailSentWith | void | |||||||
class IntegrationTestCase | ||||||||
Method | Argument | Typehint | Default | |||||
useHttpServer | void | |||||||
trait IntegrationTestTrait | ||||||||
Method | Argument | Typehint | Default | |||||
cleanup | void | |||||||
configApplication | void | |||||||
enableSecurityToken | void | |||||||
setUnlockedFields | void | |||||||
enableCsrfToken | void | |||||||
enableRetainFlashMessages | void | |||||||
configRequest | void | |||||||
session | void | |||||||
cookie | void | |||||||
_getCookieEncryptionKey | string | |||||||
cookieEncrypted | void | |||||||
get | void | |||||||
post | void | |||||||
patch | void | |||||||
put | void | |||||||
delete | void | |||||||
head | void | |||||||
options | void | |||||||
_sendRequest | void | |||||||
_makeDispatcher | MiddlewareDispatcher | |||||||
controllerSpy | void | |||||||
_handleError | void | |||||||
_buildRequest | array | |||||||
_addTokens | array | |||||||
_castToString | array | |||||||
_url | array | |||||||
_getBodyAsString | string | |||||||
viewVariable | ||||||||
assertResponseOk | void | |||||||
assertResponseSuccess | void | |||||||
assertResponseError | void | |||||||
assertResponseFailure | void | |||||||
assertResponseCode | void | |||||||
assertRedirect | void | |||||||
assertRedirectEquals | ||||||||
assertRedirectContains | void | |||||||
assertRedirectNotContains | void | |||||||
assertNoRedirect | void | |||||||
assertHeader | void | |||||||
assertHeaderContains | void | |||||||
assertHeaderNotContains | void | |||||||
assertContentType | void | |||||||
assertResponseEquals | void | |||||||
assertResponseNotEquals | void | |||||||
assertResponseContains | void | |||||||
assertResponseNotContains | void | |||||||
assertResponseRegExp | void | |||||||
assertResponseNotRegExp | void | |||||||
assertResponseNotEmpty | void | |||||||
assertResponseEmpty | void | |||||||
assertTemplate | void | |||||||
assertLayout | void | |||||||
assertSession | void | |||||||
assertSessionHasKey | void | |||||||
assertSessionNotHasKey | void | |||||||
assertFlashMessage | void | |||||||
assertFlashMessageAt | void | |||||||
assertFlashElement | void | |||||||
assertFlashElementAt | void | |||||||
assertCookie | void | |||||||
assertCookieNotSet | void | |||||||
disableErrorHandlerMiddleware | void | |||||||
assertCookieEncrypted | void | |||||||
assertFileResponse | void | |||||||
extractVerboseMessage | string | |||||||
extractExceptionMessage | string | |||||||
getSession | TestSession | |||||||
class LegacyCommandRunner | ||||||||
Method | Argument | Typehint | Default | |||||
run | int | |||||||
class LegacyShellDispatcher | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
_createShell | Shell | |||||||
class MiddlewareDispatcher | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
resolveUrl | string | |||||||
resolveRoute | string | |||||||
_createRequest | ServerRequest | |||||||
execute | ResponseInterface | |||||||
trait StringCompareTrait | ||||||||
Method | Argument | Typehint | Default | |||||
assertSameAsFile | void | |||||||
class TestCase | ||||||||
Method | Argument | Typehint | Default | |||||
skipIf | bool | |||||||
withErrorReporting | void | |||||||
deprecated | void | |||||||
setUp | void | |||||||
tearDown | void | |||||||
loadFixtures | void | |||||||
loadRoutes | void | |||||||
loadPlugins | BaseApplication | |||||||
removePlugins | void | |||||||
clearPlugins | void | |||||||
assertEventFired | void | |||||||
assertEventFiredWith | void | |||||||
assertTextNotEquals | void | |||||||
assertTextEquals | void | |||||||
assertTextStartsWith | void | |||||||
assertTextStartsNotWith | void | |||||||
assertTextEndsWith | void | |||||||
assertTextEndsNotWith | void | |||||||
assertTextContains | void | |||||||
assertTextNotContains | void | |||||||
assertEqualsSql | void | |||||||
assertRegExpSql | void | |||||||
assertHtml | bool | |||||||
_assertAttributes | ||||||||
_normalizePath | string | |||||||
assertWithinRange | ||||||||
assertNotWithinRange | ||||||||
assertPathEquals | ||||||||
skipUnless | ||||||||
getMockForModel | ||||||||
_getTableClassName | string | |||||||
setAppNamespace | ?string | |||||||
addFixture | ||||||||
getFixtures | array | |||||||
class TestEmailTransport | ||||||||
Method | Argument | Typehint | Default | |||||
send | array | |||||||
replaceAllTransports | void | |||||||
getMessages | ||||||||
clearMessages | void | |||||||
trait TestListenerTrait | ||||||||
Method | Argument | Typehint | Default | |||||
startTestSuite | void | |||||||
endTestSuite | void | |||||||
startTest | void | |||||||
endTest | void | |||||||
addSkippedTest | void | |||||||
addError | void | |||||||
addWarning | void | |||||||
addFailure | void | |||||||
addRiskyTest | void | |||||||
addIncompleteTest | void | |||||||
class TestSession | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
check | bool | |||||||
read | ||||||||
class TestSuite | ||||||||
Method | Argument | Typehint | Default | |||||
addTestDirectory | void | |||||||
addTestDirectoryRecursive | void | |||||||
class OpenSsl | ||||||||
Method | Argument | Typehint | Default | |||||
encrypt | string | |||||||
decrypt | string|? | |||||||
trait CookieCryptTrait | ||||||||
Method | Argument | Typehint | Default | |||||
_getCookieEncryptionKey | string | |||||||
_encrypt | string | |||||||
_checkCipher | void | |||||||
_decrypt | ||||||||
_decode | ||||||||
_implode | string | |||||||
_explode | ||||||||
class Hash | ||||||||
Method | Argument | Typehint | Default | |||||
get | ||||||||
extract | ||||||||
_splitConditions | array | |||||||
_matchToken | bool | |||||||
_matches | bool | |||||||
insert | array | |||||||
_simpleOp | array | |||||||
remove | array | |||||||
combine | array | |||||||
format | array|? | |||||||
contains | bool | |||||||
check | bool | |||||||
filter | array | |||||||
_filter | bool | |||||||
flatten | array | |||||||
expand | array | |||||||
merge | array | |||||||
_merge | void | |||||||
numeric | bool | |||||||
dimensions | int | |||||||
maxDimensions | int | |||||||
map | array | |||||||
reduce | ||||||||
apply | ||||||||
sort | array | |||||||
_squash | array | |||||||
diff | array | |||||||
mergeDiff | array | |||||||
normalize | array | |||||||
nest | array | |||||||
class Inflector | ||||||||
Method | Argument | Typehint | Default | |||||
_cache | ||||||||
reset | void | |||||||
rules | void | |||||||
pluralize | string | |||||||
singularize | string | |||||||
camelize | string | |||||||
underscore | string | |||||||
dasherize | string | |||||||
humanize | string | |||||||
delimit | string | |||||||
tableize | string | |||||||
classify | string | |||||||
variable | string | |||||||
trait MergeVariablesTrait | ||||||||
Method | Argument | Typehint | Default | |||||
_mergeVars | void | |||||||
_mergeProperty | void | |||||||
_mergePropertyData | ||||||||
class Security | ||||||||
Method | Argument | Typehint | Default | |||||
hash | string | |||||||
setHash | void | |||||||
randomBytes | string | |||||||
randomString | string | |||||||
insecureRandomBytes | string | |||||||
engine | ||||||||
encrypt | string | |||||||
_checkKey | void | |||||||
decrypt | string|? | |||||||
constantEquals | bool | |||||||
getSalt | string | |||||||
setSalt | void | |||||||
class Text | ||||||||
Method | Argument | Typehint | Default | |||||
uuid | string | |||||||
tokenize | array | |||||||
insert | string | |||||||
cleanInsert | string | |||||||
wrap | string | |||||||
wrapBlock | string | |||||||
wordWrap | string | |||||||
_wordWrap | string | |||||||
highlight | string | |||||||
tail | string | |||||||
truncate | string | |||||||
truncateByWidth | string | |||||||
_strlen | int | |||||||
_substr | string | |||||||
_removeLastWord | string | |||||||
excerpt | string | |||||||
toList | string | |||||||
isMultibyte | bool | |||||||
utf8 | array | |||||||
ascii | string | |||||||
parseFileSize | ||||||||
getTransliterator | ?Transliterator | |||||||
setTransliterator | void | |||||||
getTransliteratorId | string | |||||||
setTransliteratorId | void | |||||||
transliterate | string | |||||||
slug | string | |||||||
class Xml | ||||||||
Method | Argument | Typehint | Default | |||||
build | ||||||||
_loadXml | ||||||||
loadHtml | ||||||||
load | ||||||||
fromArray | ||||||||
_fromArray | void | |||||||
_createChild | void | |||||||
toArray | array | |||||||
_toArray | void | |||||||
class RulesProvider | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__call | ||||||||
interface ValidatableInterface | ||||||||
Method | Argument | Typehint | Default | |||||
validate | array | |||||||
class Validation | ||||||||
Method | Argument | Typehint | Default | |||||
notBlank | bool | |||||||
alphaNumeric | bool | |||||||
notAlphaNumeric | bool | |||||||
asciiAlphaNumeric | bool | |||||||
notAsciiAlphaNumeric | bool | |||||||
lengthBetween | bool | |||||||
creditCard | bool | |||||||
numElements | bool | |||||||
comparison | bool | |||||||
compareWith | bool | |||||||
compareFields | bool | |||||||
containsNonAlphaNumeric | bool | |||||||
custom | bool | |||||||
date | bool | |||||||
datetime | bool | |||||||
iso8601 | bool | |||||||
time | bool | |||||||
localizedTime | bool | |||||||
boolean | bool | |||||||
truthy | bool | |||||||
falsey | bool | |||||||
decimal | bool | |||||||
bool | ||||||||
equalTo | bool | |||||||
extension | bool | |||||||
ip | bool | |||||||
minLength | bool | |||||||
maxLength | bool | |||||||
minLengthBytes | bool | |||||||
maxLengthBytes | bool | |||||||
money | bool | |||||||
multiple | bool | |||||||
numeric | bool | |||||||
naturalNumber | bool | |||||||
range | bool | |||||||
url | bool | |||||||
inList | bool | |||||||
uuid | bool | |||||||
_check | bool | |||||||
luhn | bool | |||||||
mimeType | bool | |||||||
getFilename | ||||||||
fileSize | bool | |||||||
uploadError | bool | |||||||
uploadedFile | bool | |||||||
imageSize | bool | |||||||
imageWidth | bool | |||||||
imageHeight | bool | |||||||
geoCoordinate | bool | |||||||
latitude | bool | |||||||
longitude | bool | |||||||
ascii | bool | |||||||
utf8 | bool | |||||||
isInteger | bool | |||||||
isArray | bool | |||||||
isScalar | bool | |||||||
hexColor | bool | |||||||
iban | bool | |||||||
_getDateString | string | |||||||
_populateIp | void | |||||||
_reset | void | |||||||
class ValidationRule | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
isLast | bool | |||||||
process | ||||||||
_skip | bool | |||||||
_addValidatorProps | void | |||||||
get | ||||||||
class ValidationSet | ||||||||
Method | Argument | Typehint | Default | |||||
isPresenceRequired | ||||||||
requirePresence | ||||||||
isEmptyAllowed | ||||||||
allowEmpty | ||||||||
rule | ?ValidationRule | |||||||
rules | array | |||||||
add | ||||||||
remove | ||||||||
offsetExists | bool | |||||||
offsetGet | ValidationRule | |||||||
offsetSet | void | |||||||
offsetUnset | void | |||||||
getIterator | Traversable | |||||||
count | int | |||||||
class Validator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
setStopOnFailure | ||||||||
errors | array | |||||||
validate | array | |||||||
field | ValidationSet | |||||||
hasField | bool | |||||||
setProvider | ||||||||
getProvider | ||||||||
getDefaultProvider | ||||||||
addDefaultProvider | void | |||||||
getDefaultProviders | array | |||||||
providers | array | |||||||
offsetExists | bool | |||||||
offsetGet | ValidationSet | |||||||
offsetSet | void | |||||||
offsetUnset | void | |||||||
getIterator | Traversable | |||||||
count | int | |||||||
add | ||||||||
addNested | ||||||||
addNestedMany | ||||||||
remove | ||||||||
requirePresence | ||||||||
allowEmpty | ||||||||
allowEmptyFor | ||||||||
allowEmptyString | ||||||||
notEmptyString | ||||||||
allowEmptyArray | ||||||||
notEmptyArray | ||||||||
allowEmptyFile | ||||||||
notEmptyFile | ||||||||
allowEmptyDate | ||||||||
notEmptyDate | ||||||||
allowEmptyTime | ||||||||
notEmptyTime | ||||||||
allowEmptyDateTime | ||||||||
notEmptyDateTime | ||||||||
_convertValidatorToArray | array | |||||||
notEmpty | ||||||||
invertWhenClause | ||||||||
notBlank | ||||||||
alphaNumeric | ||||||||
notAlphaNumeric | ||||||||
asciiAlphaNumeric | ||||||||
notAsciiAlphaNumeric | ||||||||
lengthBetween | ||||||||
creditCard | ||||||||
greaterThan | ||||||||
greaterThanOrEqual | ||||||||
lessThan | ||||||||
lessThanOrEqual | ||||||||
equals | ||||||||
notEquals | ||||||||
sameAs | ||||||||
notSameAs | ||||||||
equalToField | ||||||||
notEqualToField | ||||||||
greaterThanField | ||||||||
greaterThanOrEqualToField | ||||||||
lessThanField | ||||||||
lessThanOrEqualToField | ||||||||
containsNonAlphaNumeric | ||||||||
date | ||||||||
dateTime | ||||||||
time | ||||||||
localizedTime | ||||||||
boolean | ||||||||
decimal | ||||||||
ip | ||||||||
ipv4 | ||||||||
ipv6 | ||||||||
minLength | ||||||||
minLengthBytes | ||||||||
maxLength | ||||||||
maxLengthBytes | ||||||||
numeric | ||||||||
naturalNumber | ||||||||
nonNegativeInteger | ||||||||
range | ||||||||
url | ||||||||
urlWithProtocol | ||||||||
inList | ||||||||
uuid | ||||||||
uploadedFile | ||||||||
latLong | ||||||||
latitude | ||||||||
longitude | ||||||||
ascii | ||||||||
utf8 | ||||||||
utf8Extended | ||||||||
integer | ||||||||
isArray | ||||||||
scalar | ||||||||
hexColor | ||||||||
multipleOptions | ||||||||
hasAtLeast | ||||||||
hasAtMost | ||||||||
isEmptyAllowed | bool | |||||||
isPresenceRequired | bool | |||||||
regex | ||||||||
getRequiredMessage | string|? | |||||||
getNotEmptyMessage | string|? | |||||||
_checkPresence | bool | |||||||
_canBeEmpty | bool | |||||||
_fieldIsEmpty | bool | |||||||
isEmpty | bool | |||||||
_processRules | array | |||||||
__debugInfo | array | |||||||
interface ValidatorAwareInterface | ||||||||
Method | Argument | Typehint | Default | |||||
getValidator | Validator | |||||||
setValidator | ||||||||
hasValidator | bool | |||||||
trait ValidatorAwareTrait | ||||||||
Method | Argument | Typehint | Default | |||||
getValidator | Validator | |||||||
createValidator | Validator | |||||||
setValidator | ||||||||
hasValidator | bool | |||||||
validationMethodExists | bool | |||||||
validationDefault | Validator | |||||||
class MissingCellTemplateException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getAttributes | array | |||||||
class MissingTemplateException | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
formatMessage | string | |||||||
getAttributes | array | |||||||
class ArrayContext | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
primaryKey | array | |||||||
getPrimaryKey | array | |||||||
isPrimaryKey | bool | |||||||
isCreate | bool | |||||||
val | ||||||||
isRequired | bool|? | |||||||
getRequiredMessage | string|? | |||||||
getMaxLength | ?int | |||||||
fieldNames | array | |||||||
type | ?string | |||||||
attributes | array | |||||||
hasError | bool | |||||||
error | array | |||||||
stripNesting | string | |||||||
class ContextFactory | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
createWithDefaults | ||||||||
addProvider | ||||||||
get | ContextInterface | |||||||
interface ContextInterface | ||||||||
Method | Argument | Typehint | Default | |||||
getPrimaryKey | array | |||||||
isPrimaryKey | bool | |||||||
isCreate | bool | |||||||
val | ||||||||
isRequired | bool|? | |||||||
getRequiredMessage | ?string | |||||||
getMaxLength | ?int | |||||||
fieldNames | array | |||||||
type | string|? | |||||||
attributes | array | |||||||
hasError | bool | |||||||
error | array | |||||||
class EntityContext | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
_prepare | void | |||||||
primaryKey | array | |||||||
getPrimaryKey | array | |||||||
isPrimaryKey | bool | |||||||
isCreate | bool | |||||||
val | ||||||||
_schemaDefault | ||||||||
_extractMultiple | ?array | |||||||
entity | ||||||||
leafEntity | ||||||||
_getProp | ||||||||
isRequired | ?bool | |||||||
getRequiredMessage | string|? | |||||||
getMaxLength | ?int | |||||||
fieldNames | array | |||||||
_getValidator | Validator | |||||||
_getTable | Table|? | |||||||
type | ?string | |||||||
attributes | array | |||||||
hasError | bool | |||||||
error | array | |||||||
class FormContext | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
primaryKey | array | |||||||
getPrimaryKey | array | |||||||
isPrimaryKey | bool | |||||||
isCreate | bool | |||||||
val | ||||||||
_schemaDefault | ||||||||
isRequired | ?bool | |||||||
getRequiredMessage | string|? | |||||||
getMaxLength | ?int | |||||||
fieldNames | array | |||||||
type | ?string | |||||||
attributes | array | |||||||
hasError | bool | |||||||
error | array | |||||||
class NullContext | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
primaryKey | array | |||||||
getPrimaryKey | array | |||||||
isPrimaryKey | bool | |||||||
isCreate | bool | |||||||
val | ||||||||
isRequired | bool|? | |||||||
getRequiredMessage | string|? | |||||||
getMaxLength | ?int | |||||||
fieldNames | array | |||||||
type | ?string | |||||||
attributes | array | |||||||
hasError | bool | |||||||
error | array | |||||||
class BreadcrumbsHelper | ||||||||
Method | Argument | Typehint | Default | |||||
add | ||||||||
prepend | ||||||||
insertAt | ||||||||
insertBefore | ||||||||
insertAfter | ||||||||
getCrumbs | array | |||||||
reset | ||||||||
render | string | |||||||
findCrumb | int|? | |||||||
class FlashHelper | ||||||||
Method | Argument | Typehint | Default | |||||
render | ?string | |||||||
implementedEvents | array | |||||||
class FormHelper | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
getWidgetLocator | WidgetLocator | |||||||
setWidgetLocator | ||||||||
contextFactory | ContextFactory | |||||||
create | string | |||||||
_formUrl | ||||||||
_lastAction | void | |||||||
_csrfField | string | |||||||
end | string | |||||||
secure | string | |||||||
unlockField | ||||||||
createFormProtector | FormProtector | |||||||
getFormProtector | FormProtector | |||||||
isFieldError | bool | |||||||
error | string | |||||||
label | string | |||||||
allControls | string | |||||||
controls | string | |||||||
fieldset | string | |||||||
control | string | |||||||
_groupTemplate | string | |||||||
_inputContainerTemplate | string | |||||||
_getInput | ||||||||
_parseOptions | array | |||||||
_inputType | string | |||||||
_optionsOptions | array | |||||||
_magicOptions | array | |||||||
setRequiredAndCustomValidity | ||||||||
_getLabel | ||||||||
_extractOption | ||||||||
_inputLabel | string | |||||||
checkbox | ||||||||
radio | string | |||||||
__call | ||||||||
textarea | string | |||||||
hidden | string | |||||||
file | string | |||||||
button | string | |||||||
postButton | string | |||||||
postLink | string | |||||||
submit | string | |||||||
select | string | |||||||
multiCheckbox | string | |||||||
year | string | |||||||
month | string | |||||||
dateTime | string | |||||||
time | string | |||||||
date | string | |||||||
_initInputField | array | |||||||
_isDisabled | bool | |||||||
addContextProvider | void | |||||||
context | ContextInterface | |||||||
_getContext | ContextInterface | |||||||
addWidget | void | |||||||
widget | string | |||||||
resetTemplates | void | |||||||
implementedEvents | array | |||||||
getValueSources | array | |||||||
validateValueSources | void | |||||||
setValueSources | ||||||||
getSourceValue | ||||||||
class HtmlHelper | ||||||||
Method | Argument | Typehint | Default | |||||
meta | ?string | |||||||
charset | string | |||||||
link | string | |||||||
linkFromPath | string | |||||||
css | string|? | |||||||
script | string|? | |||||||
scriptBlock | ?string | |||||||
scriptStart | void | |||||||
scriptEnd | string|? | |||||||
style | string | |||||||
image | string | |||||||
tableHeaders | string | |||||||
tableCells | string | |||||||
_renderCells | array | |||||||
tableRow | string | |||||||
tableCell | string | |||||||
tag | string | |||||||
div | string | |||||||
para | string | |||||||
media | string | |||||||
nestedList | string | |||||||
_nestedListItem | string | |||||||
implementedEvents | array | |||||||
trait IdGeneratorTrait | ||||||||
Method | Argument | Typehint | Default | |||||
_clearIds | void | |||||||
_id | string | |||||||
_idSuffix | string | |||||||
_domId | string | |||||||
class NumberHelper | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__call | ||||||||
precision | string | |||||||
toReadableSize | string | |||||||
toPercentage | string | |||||||
format | string | |||||||
currency | string | |||||||
formatDelta | string | |||||||
defaultCurrency | ?string | |||||||
implementedEvents | array | |||||||
ordinal | string | |||||||
class PaginatorHelper | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
params | array | |||||||
param | ||||||||
options | void | |||||||
current | int | |||||||
total | int | |||||||
sortKey | string|? | |||||||
sortDir | string | |||||||
_toggledLink | string | |||||||
prev | string | |||||||
next | string | |||||||
sort | string | |||||||
generateUrl | string | |||||||
generateUrlParams | array | |||||||
_removeAlias | string | |||||||
hasPrev | bool | |||||||
hasNext | bool | |||||||
hasPage | bool | |||||||
_hasPage | bool | |||||||
defaultModel | ?string | |||||||
counter | string | |||||||
numbers | string | |||||||
_getNumbersStartAndEnd | array | |||||||
_formatNumber | string | |||||||
_modulusNumbers | string | |||||||
_firstNumber | string | |||||||
_lastNumber | string | |||||||
_numbers | string | |||||||
first | string | |||||||
last | string | |||||||
meta | ?string | |||||||
implementedEvents | array | |||||||
limitControl | string | |||||||
class TextHelper | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__call | ||||||||
autoLinkUrls | string | |||||||
_insertPlaceHolder | string | |||||||
_linkUrls | string | |||||||
_linkEmails | string | |||||||
autoLinkEmails | string | |||||||
autoLink | string | |||||||
highlight | string | |||||||
autoParagraph | string | |||||||
truncate | string | |||||||
tail | string | |||||||
excerpt | string | |||||||
toList | string | |||||||
slug | string | |||||||
implementedEvents | array | |||||||
class TimeHelper | ||||||||
Method | Argument | Typehint | Default | |||||
_getTimezone | ||||||||
fromString | Time | |||||||
nice | string | |||||||
isToday | bool | |||||||
isFuture | bool | |||||||
isPast | bool | |||||||
isThisWeek | bool | |||||||
isThisMonth | bool | |||||||
isThisYear | bool | |||||||
wasYesterday | bool | |||||||
isTomorrow | bool | |||||||
toQuarter | ||||||||
toUnix | string | |||||||
toAtom | string | |||||||
toRss | string | |||||||
timeAgoInWords | string | |||||||
wasWithinLast | bool | |||||||
isWithinNext | bool | |||||||
gmt | string | |||||||
format | ||||||||
i18nFormat | ||||||||
implementedEvents | array | |||||||
class UrlHelper | ||||||||
Method | Argument | Typehint | Default | |||||
build | string | |||||||
buildFromPath | string | |||||||
image | string | |||||||
css | string | |||||||
script | string | |||||||
assetUrl | string | |||||||
assetTimestamp | string | |||||||
webroot | string | |||||||
implementedEvents | array | |||||||
class BasicWidget | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
render | string | |||||||
mergeDefaults | array | |||||||
setRequired | array | |||||||
setMaxLength | array | |||||||
setStep | array | |||||||
secureFields | array | |||||||
class ButtonWidget | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
render | string | |||||||
secureFields | array | |||||||
class CheckboxWidget | ||||||||
Method | Argument | Typehint | Default | |||||
render | string | |||||||
_isChecked | bool | |||||||
class DateTimeWidget | ||||||||
Method | Argument | Typehint | Default | |||||
render | string | |||||||
setStep | array | |||||||
formatDateTime | string | |||||||
secureFields | array | |||||||
class FileWidget | ||||||||
Method | Argument | Typehint | Default | |||||
render | string | |||||||
secureFields | array | |||||||
class LabelWidget | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
render | string | |||||||
secureFields | array | |||||||
class MultiCheckboxWidget | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
render | string | |||||||
_renderInputs | array | |||||||
_renderInput | string | |||||||
_isSelected | bool | |||||||
_isDisabled | bool | |||||||
class RadioWidget | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
render | string | |||||||
_isDisabled | bool | |||||||
_renderInput | string | |||||||
_renderLabel | ||||||||
class SelectBoxWidget | ||||||||
Method | Argument | Typehint | Default | |||||
render | string | |||||||
_renderContent | array | |||||||
_emptyValue | array | |||||||
_renderOptgroup | string | |||||||
_renderOptions | array | |||||||
_isSelected | bool | |||||||
_isDisabled | bool | |||||||
class TextareaWidget | ||||||||
Method | Argument | Typehint | Default | |||||
render | string | |||||||
interface WidgetInterface | ||||||||
Method | Argument | Typehint | Default | |||||
render | string | |||||||
secureFields | array | |||||||
class WidgetLocator | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
load | void | |||||||
add | void | |||||||
get | WidgetInterface | |||||||
clear | void | |||||||
_resolveWidget | WidgetInterface | |||||||
class YearWidget | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
render | string | |||||||
class AjaxView | ||||||||
Method | Argument | Typehint | Default | |||||
initialize | void | |||||||
class Cell | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
initialize | void | |||||||
render | string | |||||||
_cacheConfig | array | |||||||
__toString | string | |||||||
__debugInfo | array | |||||||
trait CellTrait | ||||||||
Method | Argument | Typehint | Default | |||||
cell | Cell | |||||||
_createCell | Cell | |||||||
class Helper | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__call | ||||||||
__get | ||||||||
getView | View | |||||||
_confirm | string | |||||||
addClass | array | |||||||
implementedEvents | array | |||||||
initialize | void | |||||||
__debugInfo | array | |||||||
class HelperRegistry | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
__isset | bool | |||||||
__get | ||||||||
_resolveClassName | string|? | |||||||
_throwMissingClassError | void | |||||||
_create | Helper | |||||||
class JsonView | ||||||||
Method | Argument | Typehint | Default | |||||
render | string | |||||||
_serialize | string | |||||||
_dataToSerialize | ||||||||
class SerializedView | ||||||||
Method | Argument | Typehint | Default | |||||
initialize | void | |||||||
loadHelpers | ||||||||
_serialize | string | |||||||
render | string | |||||||
class StringTemplate | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
push | void | |||||||
pop | void | |||||||
add | ||||||||
_compileTemplates | void | |||||||
load | void | |||||||
remove | void | |||||||
format | string | |||||||
formatAttributes | string | |||||||
_formatAttribute | string | |||||||
addClass | ||||||||
trait StringTemplateTrait | ||||||||
Method | Argument | Typehint | Default | |||||
setTemplates | ||||||||
getTemplates | ||||||||
formatTemplate | string | |||||||
templater | StringTemplate | |||||||
class View | ||||||||
Method | Argument | Typehint | Default | |||||
__construct | ||||||||
initialize | void | |||||||
getRequest | ServerRequest | |||||||
setRequest | ||||||||
getResponse | Response | |||||||
setResponse | ||||||||
getTemplatePath | string | |||||||
setTemplatePath | ||||||||
getLayoutPath | string | |||||||
setLayoutPath | ||||||||
isAutoLayoutEnabled | bool | |||||||
enableAutoLayout | ||||||||
disableAutoLayout | ||||||||
getTheme | string|? | |||||||
setTheme | ||||||||
getTemplate | string | |||||||
setTemplate | ||||||||
getLayout | string | |||||||
setLayout | ||||||||
getConfig | ||||||||
element | string | |||||||
cache | string | |||||||
elementExists | bool | |||||||
render | string | |||||||
renderLayout | string | |||||||
getVars | array | |||||||
get | ||||||||
set | ||||||||
blocks | array | |||||||
start | ||||||||
append | ||||||||
prepend | ||||||||
assign | ||||||||
reset | ||||||||
fetch | string | |||||||
end | ||||||||
exists | bool | |||||||
extend | ||||||||
getCurrentType | string | |||||||
__get | ||||||||
loadHelpers | ||||||||
_render | string | |||||||
_evaluate | string | |||||||
helpers | HelperRegistry | |||||||
loadHelper | Helper | |||||||
setSubDir | ||||||||
getSubDir | string | |||||||
getName | string | |||||||
getPlugin | ?string | |||||||
setPlugin | ||||||||
setElementCache | ||||||||
_getTemplateFileName | string | |||||||
_inflectTemplateFileName | string | |||||||
_checkFilePath | string | |||||||
pluginSplit | array | |||||||
_getLayoutFileName | string | |||||||
getLayoutPaths | ||||||||
_getElementFileName | ||||||||
getElementPaths | ||||||||
_getSubPaths | array | |||||||
_paths | array | |||||||
_elementCache | array | |||||||
_renderElement | string | |||||||
class ViewBlock | ||||||||
Method | Argument | Typehint | Default | |||||
start | void | |||||||
end | void | |||||||
concat | void | |||||||
set | void | |||||||
get | string | |||||||
exists | bool | |||||||
keys | array | |||||||
active | ?string | |||||||
unclosed | array | |||||||
class ViewBuilder | ||||||||
Method | Argument | Typehint | Default | |||||
setVar | ||||||||
setVars | ||||||||
hasVar | bool | |||||||
getVar | ||||||||
getVars | array | |||||||
setTemplatePath | ||||||||
getTemplatePath | string|? | |||||||
setLayoutPath | ||||||||
getLayoutPath | ?string | |||||||
enableAutoLayout | ||||||||
disableAutoLayout | ||||||||
isAutoLayoutEnabled | bool | |||||||
setPlugin | ||||||||
getPlugin | string|? | |||||||
addHelper | ||||||||
setHelpers | ||||||||
getHelpers | array | |||||||
setTheme | ||||||||
getTheme | string|? | |||||||
setTemplate | ||||||||
getTemplate | ?string | |||||||
setLayout | ||||||||
getLayout | string|? | |||||||
getOption | ||||||||
setOption | ||||||||
setOptions | ||||||||
getOptions | array | |||||||
setName | ||||||||
getName | ?string | |||||||
setClassName | ||||||||
getClassName | ?string | |||||||
build | View | |||||||
jsonSerialize | array | |||||||
_checkViewVars | void | |||||||
createFromArray | ||||||||
serialize | string | |||||||
unserialize | void | |||||||
trait ViewVarsTrait | ||||||||
Method | Argument | Typehint | Default | |||||
viewBuilder | ViewBuilder | |||||||
createView | View | |||||||
set | ||||||||
class XmlView | ||||||||
Method | Argument | Typehint | Default | |||||
_serialize | string |