SYMBOL INDEX (3240 symbols across 464 files) FILE: contracts/Database/CurrencyableInterface.php type CurrencyableInterface (line 9) | interface CurrencyableInterface method getCurrencyableAttributes (line 15) | public function getCurrencyableAttributes(); method isCurrencyableAttribute (line 21) | public function isCurrencyableAttribute($key); method isCurrencyableEnabled (line 27) | public function isCurrencyableEnabled(); FILE: contracts/Database/MultisiteGroupInterface.php type MultisiteGroupInterface (line 9) | interface MultisiteGroupInterface method isMultisiteGroupEnabled (line 15) | public function isMultisiteGroupEnabled(): bool; method getSiteGroupIdColumn (line 21) | public function getSiteGroupIdColumn(): string; method getQualifiedSiteGroupIdColumn (line 27) | public function getQualifiedSiteGroupIdColumn(): string; FILE: contracts/Database/MultisiteInterface.php type MultisiteInterface (line 9) | interface MultisiteInterface method findOrCreateForSite (line 14) | public function findOrCreateForSite(?string $siteId = null); method isMultisiteEnabled (line 20) | public function isMultisiteEnabled(); method isMultisiteSyncEnabled (line 26) | public function isMultisiteSyncEnabled(); FILE: contracts/Database/NestedSetInterface.php type NestedSetInterface (line 9) | interface NestedSetInterface method moveAfter (line 14) | public function moveAfter($node); method moveBefore (line 19) | public function moveBefore($node); method makeChildOf (line 24) | public function makeChildOf($node); FILE: contracts/Database/SoftDeleteInterface.php type SoftDeleteInterface (line 9) | interface SoftDeleteInterface method trashed (line 15) | public function trashed(); method restore (line 21) | public function restore(); method forceDelete (line 27) | public function forceDelete(); FILE: contracts/Database/SortableInterface.php type SortableInterface (line 9) | interface SortableInterface method setSortableOrder (line 14) | public function setSortableOrder($itemIds, $itemOrders = null); FILE: contracts/Database/SortableRelationInterface.php type SortableRelationInterface (line 9) | interface SortableRelationInterface method setSortableRelationOrder (line 18) | public function setSortableRelationOrder($relationName, $itemIds, $ite... method isSortableRelation (line 23) | public function isSortableRelation($relationName); FILE: contracts/Database/TranslatableInterface.php type TranslatableInterface (line 9) | interface TranslatableInterface method getTranslatableAttributes (line 15) | public function getTranslatableAttributes(); method isTranslatableAttribute (line 21) | public function isTranslatableAttribute($key); method isTranslatableEnabled (line 27) | public function isTranslatableEnabled(); FILE: contracts/Database/TreeInterface.php type TreeInterface (line 11) | interface TreeInterface method getChildren (line 16) | public function getChildren(): Collection; method getChildCount (line 21) | public function getChildCount(): int; method scopeGetNested (line 26) | public function scopeGetNested($query); method scopeListsNested (line 31) | public function scopeListsNested($query, $column, $key = null, $indent... FILE: contracts/Database/ValidationInterface.php type ValidationInterface (line 9) | interface ValidationInterface method setValidationAttributeNames (line 14) | public function setValidationAttributeNames($attributeNames); method isAttributeRequired (line 20) | public function isAttributeRequired($attribute, $checkDependencies = t... FILE: contracts/Element/FilterElement.php type FilterElement (line 11) | interface FilterElement method defineScope (line 16) | public function defineScope(string $scopeName, ?string $label = null):... FILE: contracts/Element/FormElement.php type FormElement (line 12) | interface FormElement method addFormField (line 17) | public function addFormField(string $fieldName, ?string $label = null)... method getFormFieldset (line 22) | public function getFormFieldset(): FieldsetDefinition; method getFormContext (line 27) | public function getFormContext(); FILE: contracts/Element/ListElement.php type ListElement (line 11) | interface ListElement method defineColumn (line 16) | public function defineColumn(string $columnName, ?string $label = null... FILE: contracts/Support/OctoberPackage.php type OctoberPackage (line 9) | interface OctoberPackage method registerMarkupTags (line 21) | public function registerMarkupTags(); method registerComponents (line 32) | public function registerComponents(); method registerPageSnippets (line 43) | public function registerPageSnippets(); method registerContentFields (line 54) | public function registerContentFields(); method registerNavigation (line 65) | public function registerNavigation(); method registerPermissions (line 79) | public function registerPermissions(); method registerSettings (line 90) | public function registerSettings(); method registerReportWidgets (line 109) | public function registerReportWidgets(); method registerFormWidgets (line 122) | public function registerFormWidgets(); method registerFilterWidgets (line 135) | public function registerFilterWidgets(); method registerListColumnTypes (line 143) | public function registerListColumnTypes(); method registerMailLayouts (line 156) | public function registerMailLayouts(); method registerMailTemplates (line 169) | public function registerMailTemplates(); method registerMailPartials (line 182) | public function registerMailPartials(); method registerSchedule (line 190) | public function registerSchedule($schedule); FILE: contracts/Twig/CallsAnyMethod.php type CallsAnyMethod (line 9) | interface CallsAnyMethod FILE: contracts/Twig/CallsMethods.php type CallsMethods (line 9) | interface CallsMethods method getTwigMethodNames (line 14) | public function getTwigMethodNames(): array; FILE: globals/AjaxException.php class AjaxException (line 8) | class AjaxException extends October\Rain\Exception\AjaxException {} FILE: globals/App.php class App (line 8) | class App extends Illuminate\Support\Facades\App {} FILE: globals/ApplicationException.php class ApplicationException (line 8) | class ApplicationException extends October\Rain\Exception\ApplicationExc... FILE: globals/Arr.php class Arr (line 8) | class Arr extends October\Rain\Support\Arr {} FILE: globals/Artisan.php class Artisan (line 8) | class Artisan extends Illuminate\Support\Facades\Artisan {} FILE: globals/Auth.php class Auth (line 8) | class Auth extends October\Rain\Support\Facades\Auth {} FILE: globals/Backend.php class Backend (line 8) | class Backend extends Backend\Facades\Backend {} FILE: globals/BackendAuth.php class BackendAuth (line 8) | class BackendAuth extends Backend\Facades\BackendAuth {} FILE: globals/BackendMenu.php class BackendMenu (line 8) | class BackendMenu extends Backend\Facades\BackendMenu {} FILE: globals/BackendUi.php class BackendUi (line 6) | class BackendUi extends Backend\Facades\BackendUi {} FILE: globals/Block.php class Block (line 8) | class Block extends October\Rain\Support\Facades\Block {} FILE: globals/Broadcast.php class Broadcast (line 8) | class Broadcast extends Illuminate\Support\Facades\Broadcast {} FILE: globals/Bus.php class Bus (line 8) | class Bus extends Illuminate\Support\Facades\Bus {} FILE: globals/Cache.php class Cache (line 9) | class Cache extends Illuminate\Support\Facades\Cache {} FILE: globals/Cms.php class Cms (line 8) | class Cms extends Cms\Facades\Cms {} FILE: globals/Config.php class Config (line 8) | class Config extends Illuminate\Support\Facades\Config {} FILE: globals/Cookie.php class Cookie (line 8) | class Cookie extends Illuminate\Support\Facades\Cookie {} FILE: globals/Crypt.php class Crypt (line 8) | class Crypt extends Illuminate\Support\Facades\Crypt {} FILE: globals/Currency.php class Currency (line 8) | class Currency extends October\Rain\Support\Facades\Currency {} FILE: globals/Date.php class Date (line 8) | class Date extends Illuminate\Support\Facades\Date {} FILE: globals/Db.php class Db (line 9) | class Db extends Illuminate\Support\Facades\DB {} FILE: globals/DbDongle.php class DbDongle (line 8) | class DbDongle extends October\Rain\Support\Facades\DbDongle {} FILE: globals/Event.php class Event (line 8) | class Event extends October\Rain\Support\Facades\Event {} FILE: globals/File.php class File (line 8) | class File extends October\Rain\Support\Facades\File {} FILE: globals/Flash.php class Flash (line 8) | class Flash extends October\Rain\Support\Facades\Flash {} FILE: globals/ForbiddenException.php class ForbiddenException (line 8) | class ForbiddenException extends October\Rain\Exception\ForbiddenExcepti... FILE: globals/Form.php class Form (line 8) | class Form extends October\Rain\Support\Facades\Form {} FILE: globals/Hash.php class Hash (line 8) | class Hash extends Illuminate\Support\Facades\Hash {} FILE: globals/Html.php class Html (line 8) | class Html extends October\Rain\Support\Facades\Html {} FILE: globals/Http.php class Http (line 8) | class Http extends Illuminate\Support\Facades\Http {} FILE: globals/Ini.php class Ini (line 8) | class Ini extends October\Rain\Support\Facades\Ini {} FILE: globals/Input.php class Input (line 8) | class Input extends October\Rain\Support\Facades\Input {} FILE: globals/Lang.php class Lang (line 8) | class Lang extends Illuminate\Support\Facades\Lang {} FILE: globals/Log.php class Log (line 8) | class Log extends Illuminate\Support\Facades\Log {} FILE: globals/Mail.php class Mail (line 8) | class Mail extends October\Rain\Support\Facades\Mail {} FILE: globals/Manifest.php class Manifest (line 8) | class Manifest extends System\Facades\Manifest {} FILE: globals/Markdown.php class Markdown (line 8) | class Markdown extends October\Rain\Support\Facades\Markdown {} FILE: globals/Model.php class Model (line 8) | class Model extends October\Rain\Database\Model {} FILE: globals/NotFoundException.php class NotFoundException (line 8) | class NotFoundException extends October\Rain\Exception\NotFoundException {} FILE: globals/Notification.php class Notification (line 8) | class Notification extends Illuminate\Support\Facades\Notification {} FILE: globals/Password.php class Password (line 8) | class Password extends Illuminate\Support\Facades\Password {} FILE: globals/Queue.php class Queue (line 8) | class Queue extends Illuminate\Support\Facades\Queue {} FILE: globals/Redirect.php class Redirect (line 8) | class Redirect extends Illuminate\Support\Facades\Redirect {} FILE: globals/Redis.php class Redis (line 8) | class Redis extends Illuminate\Support\Facades\Redis {} FILE: globals/Request.php class Request (line 8) | class Request extends Illuminate\Support\Facades\Request {} FILE: globals/Resizer.php class Resizer (line 8) | class Resizer extends October\Rain\Support\Facades\Resizer {} FILE: globals/Response.php class Response (line 8) | class Response extends Illuminate\Support\Facades\Response {} FILE: globals/Route.php class Route (line 8) | class Route extends Illuminate\Support\Facades\Route {} FILE: globals/Schema.php class Schema (line 8) | class Schema extends October\Rain\Support\Facades\Schema {} FILE: globals/Seeder.php class Seeder (line 8) | class Seeder extends October\Rain\Database\Updates\Seeder {} FILE: globals/Session.php class Session (line 8) | class Session extends Illuminate\Support\Facades\Session {} FILE: globals/Site.php class Site (line 8) | class Site extends October\Rain\Support\Facades\Site {} FILE: globals/Storage.php class Storage (line 8) | class Storage extends Illuminate\Support\Facades\Storage {} FILE: globals/Str.php class Str (line 8) | class Str extends October\Rain\Support\Str {} FILE: globals/System.php class System (line 8) | class System extends System\Facades\System {} FILE: globals/SystemException.php class SystemException (line 8) | class SystemException extends October\Rain\Exception\SystemException {} FILE: globals/Twig.php class Twig (line 8) | class Twig extends October\Rain\Support\Facades\Twig {} FILE: globals/Ui.php class Ui (line 8) | class Ui extends System\Facades\Ui {} FILE: globals/Url.php class Url (line 8) | class Url extends October\Rain\Support\Facades\Url {} FILE: globals/ValidationException.php class ValidationException (line 8) | class ValidationException extends October\Rain\Exception\ValidationExcep... FILE: globals/Validator.php class Validator (line 8) | class Validator extends October\Rain\Support\Facades\Validator {} FILE: globals/View.php class View (line 8) | class View extends Illuminate\Support\Facades\View {} FILE: globals/Vite.php class Vite (line 8) | class Vite extends Illuminate\Support\Facades\Vite {} FILE: globals/Yaml.php class Yaml (line 8) | class Yaml extends October\Rain\Support\Facades\Yaml {} FILE: init/functions.php function input (line 21) | function input($name = null, $default = null) function post (line 40) | function post($name = null, $default = null) function get (line 63) | function get($name = null, $default = null) function files (line 82) | function files($name = null, $default = null) function trace_log (line 101) | function trace_log() function traceLog (line 124) | function traceLog() function trace_sql (line 135) | function trace_sql() function traceSql (line 173) | function traceSql() function traceBack (line 183) | function traceBack(int $distance = 25) function trace_back (line 194) | function trace_back(int $distance = 25) function plugins_path (line 206) | function plugins_path($path = '') function cache_path (line 218) | function cache_path($path = '') function themes_path (line 230) | function themes_path($path = '') function temp_path (line 242) | function temp_path($path = '') function e (line 255) | function e($value, $doubleEncode = false) function trans (line 273) | function trans($id = null, $parameters = [], $locale = null) function array_build (line 286) | function array_build($array, callable $callback) function collect (line 298) | function collect($value = null) function array_add (line 312) | function array_add($array, $key, $value) function array_collapse (line 324) | function array_collapse($array) function array_divide (line 336) | function array_divide($array) function array_dot (line 349) | function array_dot($array, $prepend = '') function array_except (line 362) | function array_except($array, $keys) function array_flatten (line 375) | function array_flatten($array, $depth = PHP_INT_MAX) function array_forget (line 388) | function array_forget(&$array, $keys) function array_get (line 402) | function array_get($array, $key, $default = null) function array_has (line 415) | function array_has($array, $keys) function array_only (line 428) | function array_only($array, $keys) function array_pluck (line 442) | function array_pluck($array, $value, $key = null) function array_prepend (line 456) | function array_prepend($array, $value, $key = null) function array_pull (line 470) | function array_pull(&$array, $key, $default = null) function array_random (line 483) | function array_random($array, $num = null) function array_set (line 498) | function array_set(&$array, $key, $value) function array_sort (line 511) | function array_sort($array, $callback = null) function array_sort_recursive (line 523) | function array_sort_recursive($array) function array_where (line 536) | function array_where($array, callable $callback) function array_wrap (line 548) | function array_wrap($value) function camel_case (line 560) | function camel_case($value) function kebab_case (line 572) | function kebab_case($value) function snake_case (line 585) | function snake_case($value, $delimiter = '_') function str_after (line 598) | function str_after($subject, $search) function str_before (line 611) | function str_before($subject, $search) function str_finish (line 624) | function str_finish($value, $cap) function str_is (line 637) | function str_is($pattern, $value) function str_limit (line 651) | function str_limit($value, $limit = 100, $end = '...') function str_plural (line 664) | function str_plural($value, $count = 2) function str_random (line 678) | function str_random($length = 16) function str_replace_array (line 692) | function str_replace_array($search, array $replace, $subject) function str_replace_first (line 706) | function str_replace_first($search, $replace, $subject) function str_replace_last (line 720) | function str_replace_last($search, $replace, $subject) function str_singular (line 732) | function str_singular($value) function str_slug (line 746) | function str_slug($title, $separator = '-', $language = 'en') function str_start (line 759) | function str_start($value, $prefix) function studly_case (line 771) | function studly_case($value) function title_case (line 783) | function title_case($value) function link_to (line 799) | function link_to($url, $title = null, $attributes = [], $secure = null) function link_to_asset (line 815) | function link_to_asset($url, $title = null, $attributes = [], $secure = ... function link_to_route (line 831) | function link_to_route($name, $title = null, $parameters = [], $attribut... function link_to_action (line 847) | function link_to_action($action, $title = null, $parameters = [], $attri... function starts_with (line 857) | function starts_with($haystack, $needles) function ends_with (line 867) | function ends_with($haystack, $needles) function asset_version (line 886) | function asset_version(string $path): string FILE: init/polyfills.php function http_build_url (line 62) | function http_build_url($url, $replace = [], $flags = HTTP_URL_REPLACE, ... FILE: src/Assetic/Asset/AssetCache.php class AssetCache (line 12) | class AssetCache implements AssetInterface method __construct (line 27) | public function __construct(AssetInterface $asset, CacheInterface $cache) method ensureFilter (line 36) | public function ensureFilter(FilterInterface $filter): void method getFilters (line 44) | public function getFilters(): array method clearFilters (line 52) | public function clearFilters(): void method load (line 60) | public function load(?FilterInterface $additionalFilter = null): void method dump (line 76) | public function dump(?FilterInterface $additionalFilter = null): string method getContent (line 92) | public function getContent(): ?string method setContent (line 100) | public function setContent(?string $content): void method getSourceRoot (line 108) | public function getSourceRoot(): ?string method getSourcePath (line 116) | public function getSourcePath(): ?string method getSourceDirectory (line 124) | public function getSourceDirectory(): ?string method getTargetPath (line 132) | public function getTargetPath(): ?string method setTargetPath (line 140) | public function setTargetPath(?string $targetPath): void method getLastModified (line 148) | public function getLastModified(): ?int method getVars (line 156) | public function getVars(): array method setValues (line 164) | public function setValues(array $values): void method getValues (line 172) | public function getValues(): array method getCacheKey (line 193) | protected static function getCacheKey(AssetInterface $asset, ?FilterIn... FILE: src/Assetic/Asset/AssetCollection.php class AssetCollection (line 18) | class AssetCollection implements IteratorAggregate, AssetCollectionInter... method __construct (line 68) | public function __construct(array $assets = [], array $filters = [], ?... method __clone (line 85) | public function __clone() method all (line 94) | public function all(): array method add (line 102) | public function add(AssetInterface $asset): void method removeLeaf (line 110) | public function removeLeaf(AssetInterface $needle, bool $graceful = fa... method replaceLeaf (line 135) | public function replaceLeaf(AssetInterface $needle, AssetInterface $re... method ensureFilter (line 161) | public function ensureFilter(FilterInterface $filter): void method getFilters (line 169) | public function getFilters(): array method clearFilters (line 177) | public function clearFilters(): void method load (line 186) | public function load(?FilterInterface $additionalFilter = null): void method dump (line 201) | public function dump(?FilterInterface $additionalFilter = null): string method getContent (line 215) | public function getContent(): ?string method setContent (line 223) | public function setContent(?string $content): void method getSourceRoot (line 231) | public function getSourceRoot(): ?string method getSourcePath (line 239) | public function getSourcePath(): ?string method getSourceDirectory (line 248) | public function getSourceDirectory(): ?string method getTargetPath (line 260) | public function getTargetPath(): ?string method setTargetPath (line 268) | public function setTargetPath(?string $targetPath): void method getLastModified (line 278) | public function getLastModified(): ?int method getIterator (line 298) | public function getIterator(): Traversable method getVars (line 306) | public function getVars(): array method setValues (line 314) | public function setValues(array $values): void method getValues (line 326) | public function getValues(): array FILE: src/Assetic/Asset/AssetCollectionInterface.php type AssetCollectionInterface (line 8) | interface AssetCollectionInterface extends AssetInterface, \Traversable method all (line 15) | public function all(): array; method add (line 22) | public function add(AssetInterface $asset): void; method removeLeaf (line 34) | public function removeLeaf(AssetInterface $leaf, bool $graceful = fals... method replaceLeaf (line 47) | public function replaceLeaf(AssetInterface $needle, AssetInterface $re... FILE: src/Assetic/Asset/AssetInterface.php type AssetInterface (line 10) | interface AssetInterface method ensureFilter (line 17) | public function ensureFilter(FilterInterface $filter): void; method getFilters (line 24) | public function getFilters(): array; method clearFilters (line 29) | public function clearFilters(): void; method load (line 38) | public function load(?FilterInterface $additionalFilter = null): void; method dump (line 54) | public function dump(?FilterInterface $additionalFilter = null): string; method getContent (line 61) | public function getContent(): ?string; method setContent (line 70) | public function setContent(?string $content): void; method getSourceRoot (line 86) | public function getSourceRoot(): ?string; method getSourcePath (line 102) | public function getSourcePath(): ?string; method getSourceDirectory (line 112) | public function getSourceDirectory(): ?string; method getTargetPath (line 119) | public function getTargetPath(): ?string; method setTargetPath (line 126) | public function setTargetPath(?string $targetPath): void; method getLastModified (line 133) | public function getLastModified(): ?int; method getVars (line 140) | public function getVars(): array; method setValues (line 147) | public function setValues(array $values): void; method getValues (line 154) | public function getValues(): array; FILE: src/Assetic/Asset/BaseAsset.php class BaseAsset (line 14) | abstract class BaseAsset implements AssetInterface method __construct (line 69) | public function __construct(array $filters = [], ?string $sourceRoot =... method __clone (line 82) | public function __clone() method ensureFilter (line 87) | public function ensureFilter(FilterInterface $filter): void method getFilters (line 92) | public function getFilters(): array method clearFilters (line 97) | public function clearFilters(): void method doLoad (line 108) | protected function doLoad(?string $content, ?FilterInterface $addition... method dump (line 124) | public function dump(?FilterInterface $additionalFilter = null): string method getContent (line 141) | public function getContent(): ?string method setContent (line 146) | public function setContent(?string $content): void method getSourceRoot (line 151) | public function getSourceRoot(): ?string method getSourcePath (line 156) | public function getSourcePath(): ?string method getSourceDirectory (line 161) | public function getSourceDirectory(): ?string method getTargetPath (line 166) | public function getTargetPath(): ?string method setTargetPath (line 171) | public function setTargetPath(?string $targetPath): void method getVars (line 184) | public function getVars(): array method setValues (line 189) | public function setValues(array $values): void method getValues (line 201) | public function getValues(): array FILE: src/Assetic/Asset/FileAsset.php class FileAsset (line 14) | class FileAsset extends BaseAsset method __construct (line 32) | public function __construct(string $source, array $filters = [], ?stri... method load (line 56) | public function load(?FilterInterface $additionalFilter = null): void method getLastModified (line 70) | public function getLastModified(): ?int FILE: src/Assetic/Asset/GlobAsset.php class GlobAsset (line 12) | class GlobAsset extends AssetCollection method __construct (line 32) | public function __construct($globs, array $filters = [], ?string $root... method all (line 43) | public function all(): array method load (line 55) | public function load(?FilterInterface $additionalFilter = null): void method dump (line 67) | public function dump(?FilterInterface $additionalFilter = null): string method getLastModified (line 79) | public function getLastModified(): ?int method getIterator (line 91) | public function getIterator(): Traversable method setValues (line 103) | public function setValues(array $values): void method initialize (line 112) | private function initialize() FILE: src/Assetic/Asset/HttpAsset.php class HttpAsset (line 13) | class HttpAsset extends BaseAsset method __construct (line 35) | public function __construct(string $sourceUrl, array $filters = [], bo... method load (line 56) | public function load(?FilterInterface $additionalFilter = null): void method getLastModified (line 72) | public function getLastModified(): ?int FILE: src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php class AssetCollectionFilterIterator (line 13) | class AssetCollectionFilterIterator extends RecursiveFilterIterator method __construct (line 25) | public function __construct(AssetCollectionIterator $iterator, array $... method accept (line 41) | public function accept(): bool method getChildren (line 71) | public function getChildren(): ?RecursiveFilterIterator FILE: src/Assetic/Asset/Iterator/AssetCollectionIterator.php class AssetCollectionIterator (line 15) | class AssetCollectionIterator implements RecursiveIterator method __construct (line 45) | public function __construct(AssetCollectionInterface $coll, SplObjectS... method current (line 68) | public function current($raw = false): mixed method key (line 98) | public function key(): mixed method next (line 103) | public function next(): void method rewind (line 108) | public function rewind(): void method valid (line 113) | public function valid(): bool method hasChildren (line 118) | public function hasChildren(): bool method getChildren (line 126) | public function getChildren(): ?RecursiveIterator method removeDuplicateVar (line 131) | private function removeDuplicateVar($name) FILE: src/Assetic/Asset/StringAsset.php class StringAsset (line 10) | class StringAsset extends BaseAsset method __construct (line 30) | public function __construct(string $content, array $filters = [], ?str... method load (line 40) | public function load(?FilterInterface $additionalFilter = null): void method setLastModified (line 48) | public function setLastModified(?int $lastModified): void method getLastModified (line 56) | public function getLastModified(): ?int FILE: src/Assetic/AssetManager.php class AssetManager (line 11) | class AssetManager method get (line 25) | public function get(string $name): AssetInterface method has (line 40) | public function has(string $name): bool method set (line 52) | public function set(string $name, AssetInterface $asset): void method getNames (line 66) | public function getNames(): array method clear (line 74) | public function clear(): void FILE: src/Assetic/AssetWriter.php class AssetWriter (line 14) | class AssetWriter method __construct (line 33) | public function __construct(string $dir, array $values = []) method writeManagerAssets (line 50) | public function writeManagerAssets(AssetManager $am): void method writeAsset (line 60) | public function writeAsset(AssetInterface $asset): void method write (line 79) | protected static function write(string $path, string $contents): void FILE: src/Assetic/AsseticServiceProvider.php class AsseticServiceProvider (line 12) | class AsseticServiceProvider extends ServiceProvider implements Deferrab... method register (line 17) | public function register(): void method provides (line 30) | public function provides(): array FILE: src/Assetic/Cache/CacheInterface.php type CacheInterface (line 8) | interface CacheInterface method has (line 17) | public function has($key); method get (line 26) | public function get($key); method set (line 34) | public function set($key, $value); method remove (line 41) | public function remove($key); FILE: src/Assetic/Cache/FilesystemCache.php class FilesystemCache (line 14) | class FilesystemCache implements CacheInterface method __construct (line 24) | public function __construct($dir) method has (line 32) | public function has($key) method get (line 40) | public function get($key) method set (line 54) | public function set($key, $value) method remove (line 72) | public function remove($key) FILE: src/Assetic/Combiner.php class Combiner (line 15) | class Combiner method parse (line 42) | public function parse(array $assets, array $options = []): string method prepareCombiner (line 50) | public function prepareCombiner(array $assets, array $options = []): A... method registerDefaultFilters (line 103) | public function registerDefaultFilters(): void method setStoragePath (line 122) | public function setStoragePath(?string $path): void method setLocalPath (line 130) | public function setLocalPath(?string $path): void method registerFilter (line 146) | public function registerFilter($extension, $filter, $isProduction = fa... method resetFilters (line 174) | public function resetFilters($extension = null) method getFilters (line 191) | public function getFilters(?string $extension = null, bool $isProducti... FILE: src/Assetic/Factory/AssetFactory.php class AssetFactory (line 19) | class AssetFactory method __construct (line 52) | public function __construct($root, $debug = false) method setDebug (line 64) | public function setDebug($debug) method isDebug (line 74) | public function isDebug() method setDefaultOutput (line 84) | public function setDefaultOutput($output) method getAssetManager (line 94) | public function getAssetManager() method setAssetManager (line 104) | public function setAssetManager(AssetManager $am) method getFilterManager (line 114) | public function getFilterManager() method setFilterManager (line 124) | public function setFilterManager(FilterManager $fm) method createAsset (line 148) | public function createAsset($inputs = [], $filters = [], array $option... method generateAssetName (line 243) | public function generateAssetName($inputs, $filters, $options = []): s... method getLastModified (line 257) | public function getLastModified(AssetInterface $asset) method parseInput (line 308) | protected function parseInput($input, array $options = []) method createAssetCollection (line 337) | protected function createAssetCollection(array $assets = [], array $op... method createHttpAsset (line 345) | protected function createHttpAsset($sourceUrl, $vars) method createGlobAsset (line 353) | protected function createGlobAsset($glob, $root = null, $vars = []) method createFileAsset (line 361) | protected function createFileAsset($source, $root = null, $path = null... method getFilter (line 369) | protected function getFilter($name) method isAbsolutePath (line 381) | private static function isAbsolutePath($path) method findRootDir (line 394) | private static function findRootDir($path, array $roots) FILE: src/Assetic/Filter/BaseCssFilter.php class BaseCssFilter (line 10) | abstract class BaseCssFilter implements FilterInterface method filterReferences (line 15) | protected function filterReferences(string $content, callable $callbac... method filterUrls (line 23) | protected function filterUrls(string $content, callable $callback): st... method filterImports (line 31) | protected function filterImports(string $content, callable $callback, ... method filterIEFilters (line 39) | protected function filterIEFilters(string $content, callable $callback... FILE: src/Assetic/Filter/CssImportFilter.php class CssImportFilter (line 15) | class CssImportFilter extends BaseCssFilter implements HashableInterface... method __construct (line 32) | public function __construct(?FilterInterface $importFilter = null) method filterLoad (line 40) | public function filterLoad(AssetInterface $asset): void method filterDump (line 110) | public function filterDump(AssetInterface $asset): void method hashAsset (line 117) | public function hashAsset($asset, $localPath) method setHash (line 138) | public function setHash($hash) method hash (line 147) | public function hash() method getAllChildren (line 155) | public function getAllChildren(AssetFactory $factory, $content, $loadP... method getChildren (line 170) | public function getChildren(AssetFactory $factory, $content, $loadPath... FILE: src/Assetic/Filter/CssMinFilter.php class CssMinFilter (line 11) | class CssMinFilter implements FilterInterface method __construct (line 16) | public function __construct() method setFilters (line 22) | public function setFilters(array $filters) method setFilter (line 27) | public function setFilter($name, $value) method setPlugins (line 32) | public function setPlugins(array $plugins) method setPlugin (line 37) | public function setPlugin($name, $value) method filterLoad (line 42) | public function filterLoad(AssetInterface $asset): void method filterDump (line 46) | public function filterDump(AssetInterface $asset): void FILE: src/Assetic/Filter/CssRewriteFilter.php class CssRewriteFilter (line 10) | class CssRewriteFilter extends BaseCssFilter method filterLoad (line 15) | public function filterLoad(AssetInterface $asset): void method filterDump (line 22) | public function filterDump(AssetInterface $asset): void FILE: src/Assetic/Filter/DependencyExtractorInterface.php type DependencyExtractorInterface (line 11) | interface DependencyExtractorInterface extends FilterInterface method getChildren (line 22) | public function getChildren(AssetFactory $factory, $content, $loadPath... FILE: src/Assetic/Filter/FilterCollection.php class FilterCollection (line 11) | class FilterCollection implements FilterInterface, \IteratorAggregate, \... method __construct (line 21) | public function __construct(array $filters = []) method ensure (line 34) | public function ensure(FilterInterface $filter): void method all (line 48) | public function all(): array method clear (line 56) | public function clear(): void method filterLoad (line 64) | public function filterLoad(AssetInterface $asset): void method filterDump (line 74) | public function filterDump(AssetInterface $asset): void method getIterator (line 84) | public function getIterator(): Traversable method count (line 92) | public function count(): int FILE: src/Assetic/Filter/FilterInterface.php type FilterInterface (line 10) | interface FilterInterface method filterLoad (line 17) | public function filterLoad(AssetInterface $asset): void; method filterDump (line 24) | public function filterDump(AssetInterface $asset): void; FILE: src/Assetic/Filter/HashableInterface.php type HashableInterface (line 8) | interface HashableInterface method hash (line 15) | public function hash(); FILE: src/Assetic/Filter/JSMinFilter.php class JSMinFilter (line 15) | class JSMinFilter implements FilterInterface method filterLoad (line 20) | public function filterLoad(AssetInterface $asset): void method filterDump (line 28) | public function filterDump(AssetInterface $asset): void FILE: src/Assetic/Filter/JSqueezeFilter.php class JSqueezeFilter (line 12) | class JSqueezeFilter implements FilterInterface method __construct (line 42) | public function __construct() method setSingleLine (line 54) | public function setSingleLine($bool) method setSpecialVarRx (line 61) | public function setSpecialVarRx($specialVarRx) method keepImportantComments (line 70) | public function keepImportantComments($bool) method filterLoad (line 75) | public function filterLoad(AssetInterface $asset): void method filterDump (line 79) | public function filterDump(AssetInterface $asset): void FILE: src/Assetic/Filter/JavascriptImporter.php class JavascriptImporter (line 18) | class JavascriptImporter implements FilterInterface method filterLoad (line 43) | public function filterLoad(AssetInterface $asset): void method filterDump (line 50) | public function filterDump(AssetInterface $asset): void method parse (line 63) | protected function parse(string $content): string method directiveInclude (line 94) | protected function directiveInclude(string $data, bool $required = fal... method directiveRequire (line 159) | protected function directiveRequire(string $data): string method directiveDefine (line 167) | protected function directiveDefine(string $data): string FILE: src/Assetic/Filter/LessCompiler.php class LessCompiler (line 18) | class LessCompiler implements FilterInterface, HashableInterface, Depend... method setPresets (line 33) | public function setPresets(array $presets) method filterLoad (line 41) | public function filterLoad(AssetInterface $asset): void method filterDump (line 59) | public function filterDump(AssetInterface $asset): void method hashAsset (line 66) | public function hashAsset($asset, $localPath) method setHash (line 87) | public function setHash($hash) method hash (line 96) | public function hash() method getChildren (line 104) | public function getChildren(AssetFactory $factory, $content, $loadPath... FILE: src/Assetic/Filter/LessphpFilter.php class LessphpFilter (line 18) | class LessphpFilter implements DependencyExtractorInterface method addLoadPath (line 38) | public function addLoadPath($path) method setLoadPaths (line 48) | public function setLoadPaths(array $loadPaths) method setPresets (line 53) | public function setPresets(array $presets) method setOptions (line 58) | public function setOptions(array $options) method setFormatter (line 66) | public function setFormatter($formatter) method setPreserveComments (line 74) | public function setPreserveComments($preserveComments) method filterLoad (line 79) | public function filterLoad(AssetInterface $asset): void method registerFunction (line 109) | public function registerFunction($name, $callable) method filterDump (line 114) | public function filterDump(AssetInterface $asset): void method getChildren (line 118) | public function getChildren(AssetFactory $factory, $content, $loadPath... FILE: src/Assetic/Filter/ScssCompiler.php class ScssCompiler (line 18) | class ScssCompiler extends ScssphpFilter implements HashableInterface, D... method __construct (line 26) | public function __construct() method setPresets (line 37) | public function setPresets(array $presets) method setVariables (line 42) | public function setVariables(array $variables) method addVariable (line 47) | public function addVariable($variable) method filterLoad (line 52) | public function filterLoad(AssetInterface $asset): void method setHash (line 58) | public function setHash($hash) method hash (line 67) | public function hash() method hashAsset (line 72) | public function hashAsset($asset, $localPath) FILE: src/Assetic/Filter/ScssphpFilter.php class ScssphpFilter (line 21) | class ScssphpFilter implements DependencyExtractorInterface method setFormatter (line 46) | public function setFormatter($formatter) method setVariables (line 54) | public function setVariables(array $variables) method addVariable (line 62) | public function addVariable($variable) method setImportPaths (line 70) | public function setImportPaths(array $paths) method addImportPath (line 78) | public function addImportPath($path) method registerFunction (line 86) | public function registerFunction($name, $callable) method filterLoad (line 94) | public function filterLoad(AssetInterface $asset): void method filterDump (line 143) | public function filterDump(AssetInterface $asset): void method getChildren (line 150) | public function getChildren(AssetFactory $factory, $content, $loadPath... method getSourceMapLocalPath (line 180) | protected function getSourceMapLocalPath(): string method getSourceMapPublicUrl (line 195) | protected function getSourceMapPublicUrl(): string FILE: src/Assetic/Filter/StylesheetMinify.php class StylesheetMinify (line 13) | class StylesheetMinify implements FilterInterface method filterLoad (line 18) | public function filterLoad(AssetInterface $asset): void method filterDump (line 25) | public function filterDump(AssetInterface $asset): void method minify (line 35) | protected function minify(string $css): string FILE: src/Assetic/FilterManager.php class FilterManager (line 12) | class FilterManager method set (line 22) | public function set(string $alias, FilterInterface $filter): void method get (line 32) | public function get(string $alias): FilterInterface method has (line 44) | public function has(string $alias): bool method getNames (line 52) | public function getNames(): array method checkName (line 62) | protected function checkName(string $name): void FILE: src/Assetic/Traits/HasDeepHasher.php type HasDeepHasher (line 12) | trait HasDeepHasher method getDeepHashLastModified (line 17) | public function getDeepHashLastModified($combiner) method getDeepHashFromAssets (line 28) | public function getDeepHashFromAssets($assets) method setDeepHashKeyOnFilters (line 59) | protected function setDeepHashKeyOnFilters($hash) FILE: src/Assetic/Util/CssUtils.php class CssUtils (line 8) | abstract class CssUtils method filterReferences (line 24) | public static function filterReferences(string $content, callable $cal... method filterUrls (line 41) | public static function filterUrls(string $content, callable $callback)... method filterImports (line 59) | public static function filterImports(string $content, callable $callba... method filterIEFilters (line 76) | public static function filterIEFilters(string $content, callable $call... method filterCommentless (line 93) | public static function filterCommentless(string $content, callable $ca... method extractImports (line 114) | public static function extractImports(string $content): array method __construct (line 124) | final private function __construct() FILE: src/Assetic/Util/LessUtils.php class LessUtils (line 9) | abstract class LessUtils extends CssUtils FILE: src/Assetic/Util/SassUtils.php class SassUtils (line 17) | abstract class SassUtils extends CssUtils FILE: src/Assetic/Util/VarUtils.php class VarUtils (line 8) | abstract class VarUtils method resolve (line 21) | public static function resolve(string $template, array $vars, array $v... method getCombinations (line 39) | public static function getCombinations(array $vars, array $values): array method __construct (line 70) | final private function __construct() FILE: src/Auth/AuthException.php class AuthException (line 13) | class AuthException extends ApplicationException method __construct (line 50) | public function __construct($message = '', $code = 0, ?Exception $prev... method setDefaultErrorMessage (line 66) | public static function setDefaultErrorMessage(string $message) method useSoftErrors (line 75) | protected function useSoftErrors(): bool FILE: src/Auth/Concerns/HasGuard.php type HasGuard (line 11) | trait HasGuard method check (line 17) | public function check() method guest (line 73) | public function guest() method user (line 82) | public function user() method id (line 91) | public function id() method validate (line 104) | public function validate(array $credentials = []) method hasUser (line 113) | public function hasUser() method setUser (line 121) | public function setUser(Authenticatable $user) FILE: src/Auth/Concerns/HasImpersonation.php type HasImpersonation (line 12) | trait HasImpersonation method impersonate (line 17) | public function impersonate($user) method stopImpersonate (line 49) | public function stopImpersonate() method getRealUser (line 85) | public function getRealUser() method isImpersonator (line 98) | public function isImpersonator() method getImpersonator (line 107) | public function getImpersonator() method impersonateRole (line 124) | public function impersonateRole($role) method isRoleImpersonator (line 132) | public function isRoleImpersonator(): bool method stopImpersonateRole (line 140) | public function stopImpersonateRole() method applyRoleImpersonation (line 148) | protected function applyRoleImpersonation($user) FILE: src/Auth/Concerns/HasProviderProxy.php type HasProviderProxy (line 9) | trait HasProviderProxy method getProvider (line 14) | public function getProvider() method getModel (line 22) | public function getModel() FILE: src/Auth/Concerns/HasSession.php type HasSession (line 12) | trait HasSession method setPersistCodeToSession (line 17) | protected function setPersistCodeToSession($user, bool $remember = tru... method getPersistCodeFromSession (line 36) | protected function getPersistCodeFromSession(bool $isChecking = true):... FILE: src/Auth/Concerns/HasStatefulGuard.php type HasStatefulGuard (line 14) | trait HasStatefulGuard method attempt (line 24) | public function attempt(array $credentials = [], $remember = false) method once (line 34) | public function once(array $credentials = []) method login (line 49) | public function login(Authenticatable $user, $remember = true) method loginUsingId (line 76) | public function loginUsingId($id, $remember = false) method onceUsingId (line 92) | public function onceUsingId($id) method viaRemember (line 107) | public function viaRemember() method logout (line 115) | public function logout() FILE: src/Auth/Concerns/HasThrottle.php type HasThrottle (line 11) | trait HasThrottle method createThrottleModel (line 17) | public function createThrottleModel() method findThrottleByLogin (line 30) | public function findThrottleByLogin($loginName, $ipAddress) method findThrottleByUserId (line 48) | public function findThrottleByUserId($userId, $ipAddress = null) method clearThrottleForUserId (line 81) | public function clearThrottleForUserId($userId) FILE: src/Auth/Concerns/HasUser.php type HasUser (line 14) | trait HasUser method createUserModel (line 19) | public function createUserModel() method createRoleModel (line 29) | public function createRoleModel() method createUserModelQuery (line 39) | protected function createUserModelQuery() method extendUserQuery (line 52) | public function extendUserQuery($query) method hasSession (line 59) | public function hasSession(): bool method hasRemember (line 67) | public function hasRemember(): bool method getUser (line 76) | public function getUser() method findUserById (line 90) | public function findUserById($id) method findUserByLogin (line 104) | public function findUserByLogin($login) method findUserByCredentials (line 121) | public function findUserByCredentials(array $credentials) method validateUserModel (line 175) | protected function validateUserModel($user) FILE: src/Auth/Manager.php class Manager (line 12) | class Manager implements StatefulGuard method init (line 99) | protected function init() method register (line 113) | public function register(array $credentials, $activate = false, $autoL... method authenticate (line 137) | public function authenticate(array $credentials, $remember = true) method validateInternal (line 152) | protected function validateInternal(array $credentials = []) FILE: src/Auth/Migrations/2013_10_01_000001_Db_Users.php method up (line 8) | public function up() method down (line 30) | public function down() FILE: src/Auth/Migrations/2013_10_01_000002_Db_Groups.php method up (line 8) | public function up() method down (line 19) | public function down() FILE: src/Auth/Migrations/2013_10_01_000003_Db_Users_Groups.php method up (line 8) | public function up() method down (line 17) | public function down() FILE: src/Auth/Migrations/2013_10_01_000004_Db_Preferences.php method up (line 8) | public function up() method down (line 21) | public function down() FILE: src/Auth/Migrations/2013_10_01_000005_Db_Throttle.php method up (line 8) | public function up() method down (line 23) | public function down() FILE: src/Auth/Migrations/2017_10_01_000006_Db_Roles.php method up (line 8) | public function up() method down (line 18) | public function down() FILE: src/Auth/Models/Group.php class Group (line 8) | class Group extends Model method delete (line 44) | public function delete() FILE: src/Auth/Models/Preferences.php class Preferences (line 10) | class Preferences extends Model method resolveUser (line 46) | public function resolveUser($user) method forUser (line 59) | public static function forUser($user = null) method get (line 72) | public function get($key, $default = null) method set (line 100) | public function set($key, $value) method reset (line 129) | public function reset($key) method findRecord (line 152) | public static function findRecord($key, $user = null) method scopeApplyKeyAndUser (line 166) | public function scopeApplyKeyAndUser($query, $key, $user = null) method getCacheKey (line 186) | protected function getCacheKey($item, $user) FILE: src/Auth/Models/Role.php class Role (line 9) | class Role extends Model method hasAccess (line 64) | public function hasAccess($permissions, $all = true) method hasAnyAccess (line 174) | public function hasAnyAccess(array $permissions) method setPermissionsAttribute (line 184) | public function setPermissionsAttribute($permissions) FILE: src/Auth/Models/Throttle.php class Throttle (line 10) | class Throttle extends Model method getUser (line 53) | public function getUser() method getLoginAttempts (line 62) | public function getLoginAttempts() method addLoginAttempt (line 74) | public function addLoginAttempt() method clearLoginAttempts (line 90) | public function clearLoginAttempts() method suspend (line 109) | public function suspend() method unsuspend (line 121) | public function unsuspend() method checkSuspended (line 136) | public function checkSuspended() method ban (line 150) | public function ban() method unban (line 163) | public function unban() method check (line 177) | public function check() method clearLoginAttemptsIfAllowed (line 197) | public function clearLoginAttemptsIfAllowed() method removeSuspensionIfAllowed (line 217) | public function removeSuspensionIfAllowed() method getIsSuspendedAttribute (line 237) | public function getIsSuspendedAttribute($suspended) method getIsBannedAttribute (line 247) | public function getIsBannedAttribute($banned) FILE: src/Auth/Models/User.php class User (line 13) | class User extends Model implements Authenticatable method getLoginName (line 129) | public function getLoginName() method getLogin (line 137) | public function getLogin() method isSuperUser (line 147) | public function isSuperUser() method beforeLogin (line 163) | public function beforeLogin() method afterLogin (line 170) | public function afterLogin() method afterDelete (line 180) | public function afterDelete() method getPersistCode (line 196) | public function getPersistCode() method checkPersistCode (line 213) | public function checkPersistCode($persistCode) method getIsActivatedAttribute (line 231) | public function getIsActivatedAttribute($activated) method getActivationCode (line 240) | public function getActivationCode() method attemptActivation (line 255) | public function attemptActivation($activationCode) method checkPassword (line 281) | public function checkPassword($password) method getResetPasswordCode (line 290) | public function getResetPasswordCode() method checkResetPasswordCode (line 303) | public function checkResetPasswordCode($resetCode) method attemptResetPassword (line 318) | public function attemptResetPassword($resetCode, $newPassword) method attemptRehashPassword (line 338) | public function attemptRehashPassword(string $currentPassword): bool method clearResetPassword (line 358) | public function clearResetPassword() method setPasswordAttribute (line 369) | public function setPasswordAttribute($value) method getGroups (line 390) | public function getGroups() method getRole (line 399) | public function getRole() method setRoleImpersonation (line 407) | public function setRoleImpersonation(?Role $role): void method getRoleImpersonation (line 415) | public function getRoleImpersonation(): ?Role method addGroup (line 425) | public function addGroup($group) method removeGroup (line 440) | public function removeGroup($group) method inGroup (line 455) | public function inGroup($group) method getMergedPermissions (line 470) | public function getMergedPermissions() method hasAccess (line 502) | public function hasAccess($permissions, $all = true) method hasPermission (line 524) | public function hasPermission($permissions, $all = true) method hasAnyAccess (line 635) | public function hasAnyAccess(array $permissions) method setPermissionsAttribute (line 645) | public function setPermissionsAttribute($permissions) method getAuthIdentifierName (line 673) | public function getAuthIdentifierName() method getAuthPasswordName (line 681) | public function getAuthPasswordName() method getAuthIdentifier (line 690) | public function getAuthIdentifier() method getAuthPassword (line 699) | public function getAuthPassword() method getReminderEmail (line 708) | public function getReminderEmail() method getRememberToken (line 717) | public function getRememberToken() method setRememberToken (line 727) | public function setRememberToken($value) method getRememberTokenName (line 736) | public function getRememberTokenName() method getRandomString (line 749) | public function getRandomString($length = 42) FILE: src/Composer/ClassLoader.php class ClassLoader (line 10) | class ClassLoader method __construct (line 60) | public function __construct(string $basePath) method instance (line 68) | public static function instance(): ?static method configure (line 76) | public static function configure($basePath) method withNamespace (line 84) | public function withNamespace($namespace, $directory): static method withDirectories (line 95) | public function withDirectories($directories): static method load (line 108) | public function load($class): bool method register (line 153) | public function register() method build (line 167) | public function build() method initManifest (line 179) | public function initManifest(string $manifestPath) method removeDirectories (line 190) | public function removeDirectories($directories = null) method getDirectories (line 207) | public function getDirectories(): array method loadUpperOrLower (line 215) | protected function loadUpperOrLower(string $class, string $directory, ... method isRealFilePath (line 237) | protected function isRealFilePath(string $path): bool method includeClass (line 245) | protected function includeClass(string $class, string $path) method normalizeClass (line 258) | protected function normalizeClass(string $class): array method ensureManifestIsLoaded (line 281) | protected function ensureManifestIsLoaded() method write (line 302) | protected function write(array $manifest) FILE: src/Composer/ComposerManager.php class ComposerManager (line 23) | class ComposerManager method __construct (line 34) | public function __construct() method instance (line 42) | public static function instance(): static method update (line 55) | public function update(array $packages = []) method require (line 79) | public function require(array $requirements) method remove (line 125) | public function remove(array $packageNames) method addPackages (line 138) | public function addPackages(array $requirements) method removePackages (line 146) | public function removePackages(array $packageNames) method getPackageVersions (line 159) | public function getPackageVersions(array $packageNames): array method hasPackage (line 183) | public function hasPackage($name): bool method listPackages (line 193) | public function listPackages() method listAllPackages (line 201) | public function listAllPackages() method addRepository (line 209) | public function addRepository($name, $type, $address, $options = []) method removeRepository (line 224) | public function removeRepository($name) method hasRepository (line 236) | public function hasRepository($address): bool method addAuthCredentials (line 260) | public function addAuthCredentials($hostname, $username, $password, $t... method getAuthCredentials (line 279) | public function getAuthCredentials($hostname, $type = null): ?array method makeComposer (line 295) | protected function makeComposer(): Composer method listPackagesInternal (line 315) | protected function listPackagesInternal($useDirect = true) method normalizeVersion (line 356) | protected function normalizeVersion($packageVersion) method getJsonPath (line 372) | protected function getJsonPath(): string method getAuthPath (line 380) | protected function getAuthPath(): string FILE: src/Composer/Concerns/HasAssertions.php type HasAssertions (line 15) | trait HasAssertions method assertEnvironmentReady (line 25) | protected function assertEnvironmentReady() method assertHomeVariableSet (line 45) | protected function assertHomeVariableSet() method assertHomeDirectory (line 65) | protected function assertHomeDirectory() method assertWorkingDirectory (line 74) | protected function assertWorkingDirectory() method assertComposerWarmedUp (line 82) | protected function assertComposerWarmedUp() method assertPackageLoaded (line 120) | protected function assertPackageLoaded($packageName, $packagePath, $re... FILE: src/Composer/Concerns/HasAutoloader.php type HasAutoloader (line 14) | trait HasAutoloader method initAutoloader (line 44) | protected function initAutoloader() method autoload (line 57) | public function autoload($vendorPath) method preloadPools (line 110) | protected function preloadPools() method preloadIncludeFilesPool (line 121) | protected function preloadIncludeFilesPool() method stripVendorDir (line 142) | protected function stripVendorDir($path, $vendorDir) FILE: src/Composer/Concerns/HasOctoberCommands.php type HasOctoberCommands (line 9) | trait HasOctoberCommands method addOctoberRepository (line 14) | public function addOctoberRepository(string $url) FILE: src/Composer/Concerns/HasOutput.php type HasOutput (line 16) | trait HasOutput method setOutput (line 26) | public function setOutput(?IOInterface $output = null) method setOutputCommand (line 39) | public function setOutputCommand(Command $command, InputInterface $input) method setOutputBuffer (line 47) | public function setOutputBuffer() method getOutputBuffer (line 55) | public function getOutputBuffer(): string FILE: src/Composer/Concerns/HasRequirements.php type HasRequirements (line 12) | trait HasRequirements method writePackages (line 23) | protected function writePackages(array $requirements) method restoreComposerFile (line 78) | protected function restoreComposerFile() method backupComposerFile (line 88) | protected function backupComposerFile() FILE: src/Composer/resources/file_get_contents.php function file_get_contents (line 11) | function file_get_contents(...$args) FILE: src/Composer/resources/putenv.php function putenv (line 12) | function putenv() FILE: src/Config/FileLoader.php class FileLoader (line 12) | class FileLoader method fromPath (line 17) | public static function fromPath($path) method getConfigurationFiles (line 28) | protected static function getConfigurationFiles(string $path) method getNestedDirectory (line 55) | protected static function getNestedDirectory(SplFileInfo $file, $confi... FILE: src/Config/Repository.php class Repository (line 12) | class Repository extends RepositoryBase method package (line 20) | public function package($namespace, $path) method has (line 41) | public function has($key) method get (line 53) | public function get($key, $default = null) method getMany (line 68) | public function getMany($keys) method set (line 91) | public function set($key, $value = null) method toNsKey (line 103) | protected function toNsKey($key) FILE: src/Database/Attach/File.php class File (line 22) | class File extends Model method fromPost (line 105) | public function fromPost($fileInput) method fromFile (line 136) | public function fromFile($filePath, $filename = null) method fromData (line 158) | public function fromData($data, $filename) method fromUrl (line 180) | public function fromUrl($url, $filename = null) method getUrlAttribute (line 203) | public function getUrlAttribute() method getPathAttribute (line 211) | public function getPathAttribute() method getExtensionAttribute (line 220) | public function getExtensionAttribute() method setDataAttribute (line 228) | public function setDataAttribute($value) method getWidthAttribute (line 237) | public function getWidthAttribute() method getHeightAttribute (line 255) | public function getHeightAttribute() method getSizeAttribute (line 273) | public function getSizeAttribute() method download (line 286) | public function download() method output (line 297) | public function output($disposition = 'inline', $returnResponse = true) method outputThumb (line 329) | public function outputThumb($width, $height, $options = [], $returnRes... method getCacheKey (line 369) | public function getCacheKey($path = null) method getFilename (line 381) | public function getFilename() method getExtension (line 389) | public function getExtension() method getLastModified (line 398) | public function getLastModified($fileName = null) method getContentType (line 406) | public function getContentType() method getContents (line 423) | public function getContents($fileName = null) method getUrl (line 431) | public function getUrl() method getPath (line 439) | public function getPath($fileName = null) method getLocalPath (line 452) | public function getLocalPath() method getDiskPath (line 473) | public function getDiskPath($fileName = null) method isPublic (line 485) | public function isPublic() method sizeToString (line 502) | public function sizeToString() method beforeSave (line 515) | public function beforeSave() method afterDelete (line 530) | public function afterDelete() method isImage (line 549) | public function isImage() method getImageDimensions (line 558) | protected function getImageDimensions() method getThumbUrl (line 578) | public function getThumbUrl($width, $height, $options = []) method getThumb (line 615) | public function getThumb($width, $height, $options = []) method getThumbFilename (line 624) | public function getThumbFilename($width, $height, $options) method getDefaultThumbOptions (line 644) | protected function getDefaultThumbOptions($overrideOptions = []) method makeThumbLocal (line 675) | protected function makeThumbLocal($thumbFile, $thumbPath, $width, $hei... method makeThumbStorage (line 693) | protected function makeThumbStorage($thumbFile, $thumbPath, $width, $h... method deleteThumbs (line 726) | public function deleteThumbs() method getDiskName (line 761) | protected function getDiskName() method getLocalTempPath (line 776) | protected function getLocalTempPath($path = null) method putFile (line 790) | protected function putFile($sourcePath, $destinationFileName = null) method shouldDeleteFile (line 825) | protected function shouldDeleteFile($fileName = null): bool method deleteFile (line 844) | protected function deleteFile($fileName = null) method hasFile (line 868) | protected function hasFile($fileName = null) method deleteEmptyDirectory (line 888) | protected function deleteEmptyDirectory($dir = null) method isDirectoryEmpty (line 914) | protected function isDirectoryEmpty($dir) method storageCmd (line 934) | protected function storageCmd() method copyStorageToLocal (line 959) | protected function copyStorageToLocal($storagePath, $localPath) method copyLocalToStorage (line 967) | protected function copyLocalToStorage($localPath, $storagePath) method getMaxFilesize (line 985) | public static function getMaxFilesize() method getStorageDirectory (line 993) | public function getStorageDirectory() method getPublicPath (line 1005) | public function getPublicPath() method getTempPath (line 1017) | public function getTempPath() method getDisk (line 1032) | public function getDisk() method isLocalStorage (line 1040) | protected function isLocalStorage() method getPartitionDirectory (line 1052) | protected function getPartitionDirectory() method getLocalRootPath (line 1060) | protected function getLocalRootPath() FILE: src/Database/Attach/FileException.php class FileException (line 11) | class FileException extends Exception FILE: src/Database/Builder.php class Builder (line 14) | class Builder extends BuilderModel method eagerLoadRelation (line 27) | protected function eagerLoadRelation(array $models, $name, Closure $co... method lists (line 42) | public function lists($column, $key = null) method searchWhere (line 54) | public function searchWhere($term, $columns = [], $mode = 'all') method orSearchWhere (line 66) | public function orSearchWhere($term, $columns = [], $mode = 'all') method searchWhereRelation (line 80) | public function searchWhereRelation($term, $relation, $columns = [], $... method orSearchWhereRelation (line 95) | public function orSearchWhereRelation($term, $relation, $columns = [],... method searchWhereInternal (line 109) | protected function searchWhereInternal($term, $columns, $mode, $boolean) method paginate (line 167) | public function paginate($perPage = null, $columns = ['*'], $pageName ... method simplePaginate (line 206) | public function simplePaginate($perPage = null, $columns = ['*'], $pag... method __call (line 238) | public function __call($method, $parameters) method addWhereExistsQuery (line 251) | public function addWhereExistsQuery($query, $boolean = 'and', $not = f... FILE: src/Database/Collection.php class Collection (line 8) | class Collection extends CollectionBase method lists (line 17) | public function lists($value, $key = null) FILE: src/Database/Concerns/HasAttributes.php type HasAttributes (line 12) | trait HasAttributes method attributesToArray (line 18) | public function attributesToArray() method getAttribute (line 67) | public function getAttribute($key) method getRelationValue (line 88) | public function getRelationValue($key) method getAttributeValue (line 114) | public function getAttributeValue($key) method hasGetMutator (line 169) | public function hasGetMutator($key) method setAttribute (line 180) | public function setAttribute($key, $value) method hasSetMutator (line 244) | public function hasSetMutator($key) method addCasts (line 255) | public function addCasts($attributes) method getDates (line 264) | public function getDates() method addDateAttribute (line 284) | public function addDateAttribute($attribute) method addFillable (line 298) | public function addFillable($attributes = null) method addVisible (line 310) | public function addVisible($attributes = null) FILE: src/Database/Concerns/HasEagerLoadAttachRelation.php type HasEagerLoadAttachRelation (line 10) | trait HasEagerLoadAttachRelation method eagerLoadAttachRelation (line 25) | protected function eagerLoadAttachRelation(array $models, $name, Closu... FILE: src/Database/Concerns/HasEvents.php type HasEvents (line 9) | trait HasEvents method bootNicerEvents (line 19) | protected function bootNicerEvents() method initializeModelEvent (line 65) | protected function initializeModelEvent() method flushEventListeners (line 77) | public static function flushEventListeners() method getObservableEvents (line 87) | public function getObservableEvents() method fetching (line 104) | public static function fetching($callback) method fetched (line 114) | public static function fetched($callback) method afterBoot (line 122) | protected function afterBoot() method afterInit (line 141) | protected function afterInit() method beforeCreate (line 159) | protected function beforeCreate() method afterCreate (line 179) | protected function afterCreate() method beforeUpdate (line 197) | protected function beforeUpdate() method afterUpdate (line 217) | protected function afterUpdate() method beforeSave (line 237) | protected function beforeSave() method afterSave (line 257) | protected function afterSave() method beforeDelete (line 277) | protected function beforeDelete() method afterDelete (line 297) | protected function afterDelete() method beforeFetch (line 315) | protected function beforeFetch() method afterFetch (line 335) | protected function afterFetch() method beforeReplicate (line 353) | protected function beforeReplicate() method beforeRelation (line 371) | protected function beforeRelation($name, $relation) method afterRelation (line 390) | protected function afterRelation($name, $model) FILE: src/Database/Concerns/HasJsonable.php type HasJsonable (line 9) | trait HasJsonable method addJsonable (line 22) | public function addJsonable($attributes = null) method isJsonable (line 34) | public function isJsonable($key) method getJsonable (line 44) | public function getJsonable() method jsonable (line 55) | public function jsonable(array $jsonable) method addJsonableAttributesToArray (line 66) | protected function addJsonableAttributesToArray(array $attributes, arr... FILE: src/Database/Concerns/HasNicerPagination.php type HasNicerPagination (line 6) | trait HasNicerPagination method paginateAtPage (line 15) | public function paginateAtPage($perPage, $currentPage) method paginateCustom (line 27) | public function paginateCustom($perPage, $pageName) method simplePaginateAtPage (line 39) | public function simplePaginateAtPage($perPage, $currentPage) method simplePaginateCustom (line 51) | public function simplePaginateCustom($perPage, $pageName) method cursorPaginateAtPage (line 63) | public function cursorPaginateAtPage($perPage, $cursor) method cursorPaginateCustom (line 75) | public function cursorPaginateCustom($perPage, $cursorName) FILE: src/Database/Concerns/HasRelationships.php type HasRelationships (line 44) | trait HasRelationships method hasRelation (line 190) | public function hasRelation(string $name): bool method getRelationDefinition (line 198) | public function getRelationDefinition(string $name): array method getRelationDefinitions (line 212) | public function getRelationDefinitions() method getRelationType (line 235) | public function getRelationType($name) method isRelationTypeSingular (line 250) | public function isRelationTypeSingular($name): bool method makeRelation (line 268) | public function makeRelation($name) method makeRelationInternal (line 295) | protected function makeRelationInternal(string $relationName, string $... method isRelationPushable (line 309) | public function isRelationPushable(string $name): bool method getRelationDefaults (line 326) | protected function getRelationDefaults($type) method handleRelation (line 344) | protected function handleRelation($relationName) method validateRelationArgs (line 429) | protected function validateRelationArgs($relationName, $optional, $req... method getRelationCustomClass (line 465) | protected function getRelationCustomClass(string $name): ?string method hasOne (line 479) | public function hasOne($related, $primaryKey = null, $localKey = null,... method morphOne (line 501) | public function morphOne($related, $name, $type = null, $id = null, $l... method belongsTo (line 526) | public function belongsTo($related, $foreignKey = null, $parentKey = n... method morphTo (line 551) | public function morphTo($name = null, $type = null, $id = null, $owner... method morphEagerTo (line 572) | protected function morphEagerTo($name, $type, $id, $ownerKey) method morphInstanceTo (line 593) | protected function morphInstanceTo($target, $name, $type, $id, $ownerKey) method hasMany (line 614) | public function hasMany($related, $primaryKey = null, $localKey = null... method hasManyThrough (line 636) | public function hasManyThrough($related, $through, $primaryKey = null,... method hasOneThrough (line 664) | public function hasOneThrough($related, $through, $primaryKey = null, ... method morphMany (line 692) | public function morphMany($related, $name, $type = null, $id = null, $... method belongsToMany (line 716) | public function belongsToMany($related, $table = null, $primaryKey = n... method morphToMany (line 751) | public function morphToMany($related, $name, $table = null, $primaryKe... method morphedByMany (line 786) | public function morphedByMany($related, $name, $table = null, $primary... method attachOne (line 814) | public function attachOne($related, $isPublic = true, $localKey = null... method attachMany (line 838) | public function attachMany($related, $isPublic = null, $localKey = nul... method getRelationCaller (line 860) | protected function getRelationCaller() method getRelationSimpleValue (line 874) | public function getRelationSimpleValue($relationName) method setRelationSimpleValue (line 882) | protected function setRelationSimpleValue($relationName, $value) method performDeleteOnRelations (line 894) | protected function performDeleteOnRelations() FILE: src/Database/Concerns/HasReplication.php type HasReplication (line 12) | trait HasReplication method replicateWithRelations (line 21) | public function replicateWithRelations(?array $except = null) method duplicateWithRelations (line 34) | public function duplicateWithRelations(?array $except = null) method newReplicationInstance (line 42) | public function newReplicationInstance($attributes) method isRelationReplicable (line 56) | public function isRelationReplicable(string $name): bool FILE: src/Database/Connections/Connection.php class Connection (line 9) | class Connection extends ConnectionBase method query (line 15) | public function query() method logQuery (line 31) | public function logQuery($query, $bindings, $time = null) method fireConnectionEvent (line 45) | protected function fireConnectionEvent($event) FILE: src/Database/Connections/ExtendsConnection.php type ExtendsConnection (line 10) | trait ExtendsConnection method query (line 16) | public function query() method logQuery (line 32) | public function logQuery($query, $bindings, $time = null) method fireConnectionEvent (line 46) | protected function fireConnectionEvent($event) FILE: src/Database/Connections/MariaDbConnection.php class MariaDbConnection (line 8) | class MariaDbConnection extends MariaDbConnectionBase FILE: src/Database/Connections/MySqlConnection.php class MySqlConnection (line 8) | class MySqlConnection extends MySqlConnectionBase FILE: src/Database/Connections/PostgresConnection.php class PostgresConnection (line 8) | class PostgresConnection extends PostgresConnectionBase FILE: src/Database/Connections/SQLiteConnection.php class SQLiteConnection (line 8) | class SQLiteConnection extends SQLiteConnectionBase FILE: src/Database/Connections/SqlServerConnection.php class SqlServerConnection (line 8) | class SqlServerConnection extends SqlServerConnectionBase FILE: src/Database/Connectors/ConnectionFactory.php class ConnectionFactory (line 14) | class ConnectionFactory extends ConnectionFactoryBase method createPdoResolverWithHosts (line 23) | protected function createPdoResolverWithHosts(array $config) method createConnection (line 52) | protected function createConnection($driver, $connection, $database, $... FILE: src/Database/DatabaseServiceProvider.php class DatabaseServiceProvider (line 17) | class DatabaseServiceProvider extends DatabaseServiceProviderBase method register (line 22) | public function register() method boot (line 34) | public function boot() method registerConnectionServices (line 43) | protected function registerConnectionServices() method getDefaultDatabaseDriver (line 96) | protected function getDefaultDatabaseDriver(): string FILE: src/Database/Dongle.php class Dongle (line 6) | class Dongle method __construct (line 26) | public function __construct($driver = 'mysql', $db = null) method raw (line 35) | public function raw(string $sql, ?array $params = null) method rawValue (line 45) | public function rawValue($sql): string method parse (line 59) | public function parse(string $sql, ?array $params = null): string method parseValues (line 86) | public function parseValues(string $sql, array $data, array $paramNames) method parseGroupConcat (line 124) | public function parseGroupConcat(string $sql): string method parseConcat (line 168) | public function parseConcat(string $sql): string method parseIfNull (line 217) | public function parseIfNull(string $sql): string method parseGreatest (line 242) | public function parseGreatest(string $sql): string method parseBooleanExpression (line 258) | public function parseBooleanExpression(string $sql): string method cast (line 275) | public function cast(string $sql, $asType = 'INTEGER'): string method convertTimestamps (line 293) | public function convertTimestamps($table, $columns = null) method disableStrictMode (line 314) | public function disableStrictMode() method getDriver (line 331) | public function getDriver() method getTablePrefix (line 339) | public function getTablePrefix(): string method parseParams (line 347) | public function parseParams(string $sql, array $params) FILE: src/Database/ExpandoModel.php class ExpandoModel (line 10) | class ExpandoModel extends Model method __construct (line 25) | public function __construct(array $attributes = []) method setExpandoAttributes (line 42) | public function setExpandoAttributes(array $attributes = []) method expandoAfterFetch (line 53) | public function expandoAfterFetch() method expandoBeforeSaveDone (line 63) | public function expandoBeforeSaveDone() method expandoAfterSave (line 76) | public function expandoAfterSave() method getExpandoPassthru (line 84) | protected function getExpandoPassthru() FILE: src/Database/Factories/Factory.php class Factory (line 8) | abstract class Factory extends FactoryBase FILE: src/Database/Factories/HasFactory.php type HasFactory (line 9) | trait HasFactory method factory (line 18) | public static function factory($count = null, $state = []) method factoryForModel (line 30) | protected static function factoryForModel(string $modelName) method newFactory (line 47) | protected static function newFactory() FILE: src/Database/Migrations/2013_10_01_000001_Db_Deferred_Bindings.php method up (line 8) | public function up() method down (line 24) | public function down() FILE: src/Database/Migrations/2013_10_01_000002_Db_Files.php method up (line 8) | public function up() method down (line 29) | public function down() FILE: src/Database/Migrations/2015_10_01_000003_Db_Revisions.php method up (line 8) | public function up() method down (line 24) | public function down() FILE: src/Database/Migrations/2026_10_01_000004_Db_Translate_Attributes.php method up (line 8) | public function up() method down (line 28) | public function down() FILE: src/Database/Model.php class Model (line 19) | class Model extends EloquentModel method __construct (line 58) | public function __construct(array $attributes = []) method make (line 76) | public static function make($attributes = []) method create (line 87) | public static function create(array $attributes = [], $sessionKey = null) method reload (line 100) | public function reload() method reloadRelations (line 115) | public function reloadRelations($relationName = null) method extend (line 128) | public static function extend(callable $callback) method newInstance (line 139) | public function newInstance($attributes = [], $exists = false) method newFromBuilder (line 168) | public function newFromBuilder($attributes = [], $connection = null) method asDateTime (line 195) | protected function asDateTime($value) method newEloquentBuilder (line 233) | public function newEloquentBuilder($query) method newBaseQueryBuilder (line 242) | protected function newBaseQueryBuilder() method newCollection (line 257) | public function newCollection(array $models = []) method __get (line 269) | public function __get($name) method __set (line 277) | public function __set($name, $value) method __call (line 285) | public function __call($name, $params) method __isset (line 301) | public function __isset($key) method newPivot (line 319) | public function newPivot(EloquentModel $parent, array $attributes, $ta... method newRelationPivot (line 335) | public function newRelationPivot($relationName, $parent, $attributes, ... method saveInternal (line 356) | protected function saveInternal($options = []) method getSaveOption (line 412) | public function getSaveOption($key, $default = null) method save (line 421) | public function save(?array $options = [], $sessionKey = null) method push (line 430) | public function push(?array $options = [], $sessionKey = null) method alwaysPush (line 468) | public function alwaysPush(?array $options = [], $sessionKey = null) method performDeleteOnModel (line 476) | protected function performDeleteOnModel() method __sleep (line 486) | public function __sleep() method __wakeup (line 498) | public function __wakeup() FILE: src/Database/ModelBehavior.php class ModelBehavior (line 11) | class ModelBehavior extends ExtensionBase method __construct (line 22) | public function __construct($model) FILE: src/Database/ModelException.php class ModelException (line 11) | class ModelException extends ValidationException method __construct (line 21) | public function __construct(Model $model) method getModel (line 31) | public function getModel(): Model FILE: src/Database/Models/DeferredBinding.php class DeferredBinding (line 15) | class DeferredBinding extends Model method beforeCreate (line 42) | public function beforeCreate() method getPivotDataForBind (line 63) | public function getPivotDataForBind($model, $relationName): array method findBindingRecord (line 89) | protected function findBindingRecord() method hasDeferredActions (line 103) | public static function hasDeferredActions($masterType, $sessionKey, $f... method cancelDeferredActions (line 125) | public static function cancelDeferredActions($masterType, $sessionKey) method cleanUp (line 140) | public static function cleanUp($days = 5) method deleteCancel (line 154) | public function deleteCancel() method afterDelete (line 163) | public function afterDelete() method deleteSlaveRecord (line 171) | protected function deleteSlaveRecord() FILE: src/Database/Models/Revision.php class Revision (line 11) | class Revision extends Model method getNewValueAttribute (line 21) | public function getNewValueAttribute($value) method getOldValueAttribute (line 37) | public function getOldValueAttribute($value) FILE: src/Database/Models/TranslateAttribute.php class TranslateAttribute (line 11) | class TranslateAttribute extends Model FILE: src/Database/MorphPivot.php class MorphPivot (line 13) | class MorphPivot extends Pivot method setKeysForSaveQuery (line 31) | protected function setKeysForSaveQuery($query) method setKeysForSelectQuery (line 44) | protected function setKeysForSelectQuery($query) method delete (line 56) | public function delete() method getMorphType (line 80) | public function getMorphType() method setMorphType (line 90) | public function setMorphType($morphType) method setMorphClass (line 102) | public function setMorphClass($morphClass) method getQueueableId (line 115) | public function getQueueableId() method newQueryForRestoration (line 135) | public function newQueryForRestoration($ids) method newQueryForCollectionRestoration (line 159) | protected function newQueryForCollectionRestoration(array $ids) FILE: src/Database/NestedTreeScope.php class NestedTreeScope (line 9) | class NestedTreeScope extends \October\Rain\Database\Scopes\NestedTreeScope FILE: src/Database/Pivot.php class Pivot (line 9) | class Pivot extends Model FILE: src/Database/QueryBuilder.php class QueryBuilder (line 14) | class QueryBuilder extends QueryBuilderBase method lists (line 38) | public function lists($column, $key = null) method remember (line 50) | public function remember($minutes, $key = null) method rememberForever (line 64) | public function rememberForever($key = null) method cacheTags (line 75) | public function cacheTags($cacheTags) method get (line 84) | public function get($columns = ['*']) method getCached (line 96) | public function getCached(array $columns = ['*']) method getCache (line 130) | protected function getCache() method getCacheInfo (line 140) | protected function getCacheInfo(): array method getCacheKey (line 148) | public function getCacheKey(): string method generateCacheKey (line 158) | public function generateCacheKey() method getCacheCallback (line 171) | protected function getCacheCallback($columns) method count (line 185) | public function count($columns = '*') FILE: src/Database/Relations/AttachMany.php class AttachMany (line 15) | class AttachMany extends MorphManyBase method __construct (line 23) | public function __construct(Builder $query, Model $parent, $type, $id,... method setSimpleValue (line 40) | public function setSimpleValue($value) method getSimpleValue (line 121) | public function getSimpleValue() FILE: src/Database/Relations/AttachOne.php class AttachOne (line 15) | class AttachOne extends MorphOneBase method __construct (line 23) | public function __construct(Builder $query, Model $parent, $type, $id,... method setSimpleValue (line 40) | public function setSimpleValue($value) method getSimpleValue (line 93) | public function getSimpleValue() FILE: src/Database/Relations/AttachOneOrMany.php type AttachOneOrMany (line 15) | trait AttachOneOrMany method isPublic (line 32) | public function isPublic() method addConstraints (line 45) | public function addConstraints() method getRelationExistenceQuery (line 65) | public function getRelationExistenceQuery(Builder $query, Builder $par... method getRelationExistenceQueryForSelfRelation (line 86) | public function getRelationExistenceQueryForSelfRelation(Builder $quer... method addEagerConstraints (line 102) | public function addEagerConstraints(array $models) method addCommonEagerConstraints (line 116) | public function addCommonEagerConstraints(array $models) method save (line 124) | public function save(Model $model, $sessionKey = null) method saveQuietly (line 145) | public function saveQuietly(Model $model, $sessionKey = null) method saveMany (line 155) | public function saveMany($models, $sessionKey = null) method saveManyQuietly (line 167) | public function saveManyQuietly($models, $sessionKey = null) method create (line 177) | public function create(array $attributes = [], $sessionKey = null) method createQuietly (line 201) | public function createQuietly(array $attributes = [], $sessionKey = null) method createMany (line 211) | public function createMany(iterable $records, $sessionKey = null) method createManyQuietly (line 225) | public function createManyQuietly(iterable $records, $sessionKey = null) method createFromFile (line 235) | public function createFromFile(string $filePath, array $attributes = [... method add (line 261) | public function add(Model $model, $sessionKey = null) method addMany (line 336) | public function addMany($models, $sessionKey = null) method remove (line 346) | public function remove(Model $model, $sessionKey = null) method isModelRemovable (line 414) | protected function isModelRemovable($model): bool method ensureAttachOneIsSingular (line 426) | protected function ensureAttachOneIsSingular($sessionKey = null) method makeValidationFile (line 447) | public function makeValidationFile($value) method ensureRelationIsEmpty (line 477) | protected function ensureRelationIsEmpty() method getRelatedKeyName (line 493) | public function getRelatedKeyName() method getForeignKey (line 501) | public function getForeignKey() method getOtherKey (line 509) | public function getOtherKey() FILE: src/Database/Relations/BelongsTo.php class BelongsTo (line 13) | class BelongsTo extends BelongsToBase method __construct (line 26) | public function __construct(Builder $query, Model $child, $foreignKey,... method create (line 38) | public function create(array $attributes = [], $sessionKey = null) method add (line 50) | public function add(Model $model, $sessionKey = null) method remove (line 63) | public function remove(Model $model, $sessionKey = null) method associate (line 76) | public function associate($model) method dissociate (line 118) | public function dissociate() method setSimpleValue (line 162) | public function setSimpleValue($value) method getSimpleValue (line 192) | public function getSimpleValue() method getOtherKey (line 200) | public function getOtherKey() FILE: src/Database/Relations/BelongsToMany.php class BelongsToMany (line 16) | class BelongsToMany extends BelongsToManyBase method __construct (line 36) | public function __construct( method addWhereConstraints (line 64) | protected function addWhereConstraints() method addEagerConstraints (line 78) | public function addEagerConstraints(array $models) method baseAttachRecord (line 91) | protected function baseAttachRecord($id, $timed) method getRelationExistenceQuery (line 109) | public function getRelationExistenceQuery(Builder $query, Builder $par... method newPivotQuery (line 123) | public function newPivotQuery() method save (line 137) | public function save(Model $model, array $pivotData = [], $sessionKey ... method saveQuietly (line 150) | public function saveQuietly(Model $model, array $pivotData = [], $sess... method saveMany (line 160) | public function saveMany($models, array $pivotData = [], $sessionKey =... method saveManyQuietly (line 173) | public function saveManyQuietly($models, array $pivotData = [], $sessi... method create (line 183) | public function create(array $attributes = [], array $pivotData = [], ... method createQuietly (line 196) | public function createQuietly(array $attributes = [], array $pivotData... method createMany (line 206) | public function createMany(iterable $records, array $pivotData = [], $... method createManyQuietly (line 221) | public function createManyQuietly(iterable $records, array $pivotData ... method createOrFirst (line 232) | public function createOrFirst(array $attributes = [], \Closure|array $... method attach (line 248) | public function attach($ids, array $attributes = [], $touch = true) method detach (line 301) | public function detach($ids = null, $touch = true) method add (line 350) | public function add(Model $model, $sessionKey = null, $pivotData = []) method remove (line 378) | public function remove(Model $model, $sessionKey = null) method paginate (line 398) | public function paginate($perPage = null, $columns = ['*'], $pageName ... method simplePaginate (line 430) | public function simplePaginate($perPage = null, $columns = ['*'], $pag... method cursorPaginate (line 462) | public function cursorPaginate($perPage = null, $columns = ['*'], $cur... method newPivot (line 480) | public function newPivot(array $attributes = [], $exists = false) method setSimpleValue (line 497) | public function setSimpleValue($value) method newSimpleRelationQuery (line 543) | protected function newSimpleRelationQuery(array $ids) method getSimpleValue (line 556) | public function getSimpleValue() method getForeignKey (line 577) | public function getForeignKey() method getOtherKey (line 585) | public function getOtherKey() method shouldSelect (line 594) | protected function shouldSelect(array $columns = ['*']) method performLeftJoin (line 617) | protected function performLeftJoin($query = null) method performSortableColumnJoin (line 633) | protected function performSortableColumnJoin($query = null, $sessionKe... method performDeferredLeftJoin (line 678) | protected function performDeferredLeftJoin($query = null, $sessionKey ... FILE: src/Database/Relations/DeferOneOrMany.php type DeferOneOrMany (line 12) | trait DeferOneOrMany method withDeferred (line 20) | public function withDeferred($sessionKey = null) method withDeferredQuery (line 49) | public function withDeferredQuery($newQuery = null, $sessionKey = null) method getWithDeferredQualifiedKeyName (line 118) | protected function getWithDeferredQualifiedKeyName() FILE: src/Database/Relations/DefinedConstraints.php type DefinedConstraints (line 14) | trait DefinedConstraints method addDefinedConstraints (line 25) | public function addDefinedConstraints(): void method addDefinedConstraintsToRelation (line 37) | public function addDefinedConstraintsToRelation($relation, ?array $arg... method isPivotSiteScoped (line 90) | public function isPivotSiteScoped(): bool method addPivotSiteScopeConstraints (line 98) | protected function addPivotSiteScopeConstraints(): void method getPivotSiteScopeValue (line 109) | protected function getPivotSiteScopeValue(): ?int method addDefinedConstraintsToQuery (line 130) | public function addDefinedConstraintsToQuery($query, ?array $args = null) method getRelationDefinitionForDefinedConstraints (line 177) | protected function getRelationDefinitionForDefinedConstraints() FILE: src/Database/Relations/HasMany.php class HasMany (line 15) | class HasMany extends HasManyBase method __construct (line 23) | public function __construct(Builder $query, Model $parent, $foreignKey... method setSimpleValue (line 36) | public function setSimpleValue($value) method getSimpleValue (line 94) | public function getSimpleValue() FILE: src/Database/Relations/HasManyThrough.php class HasManyThrough (line 13) | class HasManyThrough extends HasManyThroughBase method __construct (line 25) | public function __construct(Builder $query, Model $farParent, Model $p... method getRelationDefinitionForDefinedConstraints (line 38) | protected function getRelationDefinitionForDefinedConstraints() method parentSoftDeletes (line 47) | public function parentSoftDeletes() method getSimpleValue (line 59) | public function getSimpleValue() method getRelatedKeyName (line 84) | public function getRelatedKeyName() method getQualifiedRelatedKeyName (line 93) | public function getQualifiedRelatedKeyName() FILE: src/Database/Relations/HasOne.php class HasOne (line 13) | class HasOne extends HasOneBase method __construct (line 21) | public function __construct(Builder $query, Model $parent, $foreignKey... method setSimpleValue (line 34) | public function setSimpleValue($value) method getSimpleValue (line 87) | public function getSimpleValue() FILE: src/Database/Relations/HasOneOrMany.php type HasOneOrMany (line 12) | trait HasOneOrMany method save (line 24) | public function save(Model $model, $sessionKey = null) method saveQuietly (line 38) | public function saveQuietly(Model $model, $sessionKey = null) method saveMany (line 50) | public function saveMany($models, $sessionKey = null) method saveManyQuietly (line 61) | public function saveManyQuietly($models, $sessionKey = null) method create (line 71) | public function create(array $attributes = [], $sessionKey = null) method createQuietly (line 86) | public function createQuietly(array $attributes = [], $sessionKey = null) method forceCreateQuietly (line 97) | public function forceCreateQuietly(array $attributes = [], $sessionKey... method createMany (line 113) | public function createMany(iterable $records, $sessionKey = null) method createManyQuietly (line 130) | public function createManyQuietly(iterable $records, $sessionKey = null) method createOrFirst (line 141) | public function createOrFirst(array $attributes = [], \Closure|array $... method add (line 155) | public function add(Model $model, $sessionKey = null) method addMany (line 220) | public function addMany($models, $sessionKey = null) method remove (line 230) | public function remove(Model $model, $sessionKey = null) method isModelRemovable (line 296) | protected function isModelRemovable($model): bool method ensureRelationIsEmpty (line 304) | protected function ensureRelationIsEmpty() method getRelatedKeyName (line 320) | public function getRelatedKeyName() method getForeignKey (line 328) | public function getForeignKey() method getOtherKey (line 336) | public function getOtherKey() FILE: src/Database/Relations/HasOneThrough.php class HasOneThrough (line 13) | class HasOneThrough extends HasOneThroughBase method __construct (line 25) | public function __construct(Builder $query, Model $farParent, Model $p... method parentSoftDeletes (line 38) | public function parentSoftDeletes() FILE: src/Database/Relations/MorphMany.php class MorphMany (line 15) | class MorphMany extends MorphManyBase method __construct (line 23) | public function __construct(Builder $query, Model $parent, $type, $id,... method setSimpleValue (line 36) | public function setSimpleValue($value) method getSimpleValue (line 93) | public function getSimpleValue() FILE: src/Database/Relations/MorphOne.php class MorphOne (line 13) | class MorphOne extends MorphOneBase method __construct (line 21) | public function __construct(Builder $query, Model $parent, $type, $id,... method setSimpleValue (line 34) | public function setSimpleValue($value) method getSimpleValue (line 91) | public function getSimpleValue() FILE: src/Database/Relations/MorphOneOrMany.php type MorphOneOrMany (line 12) | trait MorphOneOrMany method save (line 24) | public function save(Model $model, $sessionKey = null) method saveQuietly (line 39) | public function saveQuietly(Model $model, $sessionKey = null) method saveMany (line 49) | public function saveMany($models, $sessionKey = null) method saveManyQuietly (line 62) | public function saveManyQuietly($models, $sessionKey = null) method create (line 72) | public function create(array $attributes = [], $sessionKey = null) method createQuietly (line 87) | public function createQuietly(array $attributes = [], $sessionKey = null) method forceCreateQuietly (line 98) | public function forceCreateQuietly(array $attributes = [], $sessionKey... method createMany (line 114) | public function createMany(iterable $records, $sessionKey = null) method createManyQuietly (line 131) | public function createManyQuietly(iterable $records, $sessionKey = null) method createOrFirst (line 142) | public function createOrFirst(array $attributes = [], \Closure|array $... method add (line 156) | public function add(Model $model, $sessionKey = null) method remove (line 221) | public function remove(Model $model, $sessionKey = null) method isModelRemovable (line 288) | protected function isModelRemovable($model): bool method ensureRelationIsEmpty (line 298) | protected function ensureRelationIsEmpty() method getRelatedKeyName (line 317) | public function getRelatedKeyName() FILE: src/Database/Relations/MorphTo.php class MorphTo (line 13) | class MorphTo extends MorphToBase method __construct (line 25) | public function __construct(Builder $query, Model $parent, $foreignKey... method associate (line 40) | public function associate($model) method dissociate (line 84) | public function dissociate() method setSimpleValue (line 126) | public function setSimpleValue($value) method getSimpleValue (line 161) | public function getSimpleValue() FILE: src/Database/Relations/MorphToMany.php class MorphToMany (line 17) | class MorphToMany extends BelongsToMany method __construct (line 46) | public function __construct( method addWhereConstraints (line 82) | protected function addWhereConstraints() method addEagerConstraints (line 96) | public function addEagerConstraints(array $models) method baseAttachRecord (line 109) | protected function baseAttachRecord($id, $timed) method getRelationExistenceQuery (line 125) | public function getRelationExistenceQuery(Builder $query, Builder $par... method newPivotQuery (line 136) | public function newPivotQuery() method newPivot (line 147) | public function newPivot(array $attributes = [], $exists = false) method getMorphType (line 171) | public function getMorphType() method getMorphClass (line 179) | public function getMorphClass() FILE: src/Database/Relations/Relation.php class Relation (line 17) | abstract class Relation extends RelationBase FILE: src/Database/Replicator.php class Replicator (line 11) | class Replicator method __construct (line 36) | public function __construct($model) method replicate (line 49) | public function replicate(?array $except = null) method duplicate (line 64) | public function duplicate(?array $except = null) method replicateRelationsInternal (line 74) | protected function replicateRelationsInternal(?array $except = null) method replicateRelationInternal (line 109) | protected function replicateRelationInternal($relationObject, $models) method isRelationReplicable (line 142) | protected function isRelationReplicable(string $name): bool method mapAssociation (line 162) | protected function mapAssociation($currentModel, $replicatedModel) method updateTreeAssociations (line 170) | protected function updateTreeAssociations() FILE: src/Database/Schema/Blueprint.php class Blueprint (line 11) | class Blueprint extends BaseBlueprint method multisite (line 20) | public function multisite($column = 'site_id', $indexName = null) FILE: src/Database/Scopes/MultisiteGroupScope.php class MultisiteGroupScope (line 17) | class MultisiteGroupScope implements ScopeInterface method apply (line 27) | public function apply(BuilderBase $builder, ModelBase $model) method extend (line 40) | public function extend(BuilderBase $builder) method addWithSiteGroup (line 50) | protected function addWithSiteGroup(BuilderBase $builder) method addWithSiteGroups (line 64) | protected function addWithSiteGroups(BuilderBase $builder) FILE: src/Database/Scopes/MultisiteScope.php class MultisiteScope (line 14) | class MultisiteScope implements ScopeInterface method apply (line 24) | public function apply(BuilderBase $builder, ModelBase $model) method extend (line 34) | public function extend(BuilderBase $builder) method addWithSite (line 44) | protected function addWithSite(BuilderBase $builder) method addWithSites (line 57) | protected function addWithSites(BuilderBase $builder) method addWithSyncSites (line 74) | protected function addWithSyncSites(BuilderBase $builder) FILE: src/Database/Scopes/NestedTreeScope.php class NestedTreeScope (line 13) | class NestedTreeScope implements ScopeInterface method apply (line 18) | public function apply(BuilderBase $builder, ModelBase $model) method extend (line 26) | public function extend(BuilderBase $builder) FILE: src/Database/Scopes/SoftDeleteScope.php class SoftDeleteScope (line 13) | class SoftDeleteScope extends SoftDeletingScope method apply (line 18) | public function apply(BuilderBase $builder, ModelBase $model) FILE: src/Database/Scopes/SortableScope.php class SortableScope (line 13) | class SortableScope implements ScopeInterface method apply (line 18) | public function apply(BuilderBase $builder, ModelBase $model) method extend (line 26) | public function extend(BuilderBase $builder) FILE: src/Database/SortableScope.php class SortableScope (line 9) | class SortableScope extends \October\Rain\Database\Scopes\SortableScope FILE: src/Database/Traits/BaseIdentifier.php type BaseIdentifier (line 15) | trait BaseIdentifier method initializeBaseIdentifier (line 20) | public function initializeBaseIdentifier() method baseIdentifyAttributes (line 30) | public function baseIdentifyAttributes() method generateBaseIdentifier (line 41) | public function generateBaseIdentifier() method getBaseIdentifierUniqueAttributeValue (line 52) | protected function getBaseIdentifierUniqueAttributeValue($name) method getBaseIdentifierColumnName (line 67) | public function getBaseIdentifierColumnName() FILE: src/Database/Traits/Defaultable.php type Defaultable (line 9) | trait Defaultable method initializeDefaultable (line 19) | public function initializeDefaultable() method defaultableAfterSave (line 27) | public function defaultableAfterSave() method makeDefault (line 37) | public function makeDefault() method clearDefaultableCache (line 46) | public static function clearDefaultableCache() method getDefault (line 54) | public static function getDefault() FILE: src/Database/Traits/DeferredBinding.php type DeferredBinding (line 11) | trait DeferredBinding method isDeferrable (line 21) | public function isDeferrable($relationName): bool method hasDeferred (line 36) | public function hasDeferred($sessionKey = null, $relationName = null):... method bindDeferred (line 48) | public function bindDeferred($relation, $record, $sessionKey, $pivotDa... method unbindDeferred (line 83) | public function unbindDeferred($relation, $record, $sessionKey): Defer... method cancelDeferred (line 117) | public function cancelDeferred($sessionKey): void method commitDeferred (line 125) | public function commitDeferred($sessionKey) method commitDeferredBefore (line 135) | protected function commitDeferredBefore($sessionKey) method commitDeferredAfter (line 143) | protected function commitDeferredAfter($sessionKey) method commitDeferredOfType (line 151) | protected function commitDeferredOfType($sessionKey, $include = null, ... method getDeferredBindingRecords (line 218) | protected function getDeferredBindingRecords($sessionKey) method getDeferrableRelationTypes (line 235) | protected function getDeferrableRelationTypes() FILE: src/Database/Traits/Encryptable.php type Encryptable (line 13) | trait Encryptable method initializeEncryptable (line 30) | public function initializeEncryptable() method makeEncryptableValue (line 67) | public function makeEncryptableValue($key, $value) method getEncryptableValue (line 79) | public function getEncryptableValue($key) method getEncryptableAttributes (line 88) | public function getEncryptableAttributes() method getOriginalEncryptableValues (line 97) | public function getOriginalEncryptableValues() method getOriginalEncryptableValue (line 106) | public function getOriginalEncryptableValue($attribute) FILE: src/Database/Traits/Hashable.php type Hashable (line 12) | trait Hashable method initializeHashable (line 28) | public function initializeHashable() method addHashable (line 51) | public function addHashable($attributes = null) method makeHashValue (line 66) | public function makeHashValue($key, $value) method checkHashValue (line 78) | public function checkHashValue($key, $value) method getHashableAttributes (line 87) | public function getHashableAttributes() method getOriginalHashValues (line 96) | public function getOriginalHashValues() method getOriginalHashValue (line 105) | public function getOriginalHashValue($attribute) FILE: src/Database/Traits/Multisite.php type Multisite (line 15) | trait Multisite method bootMultisite (line 40) | public static function bootMultisite() method initializeMultisite (line 54) | public function initializeMultisite() method multisiteBeforeSave (line 80) | public function multisiteBeforeSave() method multisiteSaveComplete (line 92) | public function multisiteSaveComplete() method multisiteAfterCreate (line 128) | public function multisiteAfterCreate() method multisiteAfterDelete (line 144) | public function multisiteAfterDelete() method defineMultisiteRelations (line 162) | protected function defineMultisiteRelations() method canDeleteMultisiteRelation (line 180) | public function canDeleteMultisiteRelation($name, $type = null): bool method defineMultisiteRelation (line 210) | protected function defineMultisiteRelation($name, $type = null) method savePropagate (line 248) | public function savePropagate($options = null, $sessionKey = null) method addPropagatable (line 257) | public function addPropagatable($attributes = null) method isAttributePropagatable (line 272) | public function isAttributePropagatable($attribute) method propagateToSite (line 280) | public function propagateToSite($siteId, $otherModel = null) method propagateManyToManyRelation (line 326) | protected function propagateManyToManyRelation($name, $siteId, $otherM... method getMultisiteKey (line 366) | public function getMultisiteKey() method isMultisiteEnabled (line 379) | public function isMultisiteEnabled() method isRelatedMultisite (line 388) | protected function isRelatedMultisite($name): bool method isMultisiteSyncEnabled (line 406) | public function isMultisiteSyncEnabled() method getMultisiteConfig (line 422) | public function getMultisiteConfig($key, $default = null) method getMultisiteSyncSites (line 435) | public function getMultisiteSyncSites() method scopeApplyOtherSiteRoot (line 462) | public function scopeApplyOtherSiteRoot($query, $idOrModel) method newOtherSiteQuery (line 477) | public function newOtherSiteQuery() method findForSite (line 485) | public function findForSite($siteId = null) method findOrCreateForSite (line 496) | public function findOrCreateForSite($siteId = null) method findOtherSiteModel (line 519) | protected function findOtherSiteModel($siteId = null) method deleteForSite (line 545) | public function deleteForSite($siteId = null) method isModelUsingSameSite (line 568) | protected function isModelUsingSameSite($siteId = null) method getSiteIdColumn (line 577) | public function getSiteIdColumn() method getQualifiedSiteIdColumn (line 586) | public function getQualifiedSiteIdColumn() FILE: src/Database/Traits/MultisiteGroup.php type MultisiteGroup (line 18) | trait MultisiteGroup method bootMultisiteGroup (line 23) | public static function bootMultisiteGroup() method initializeMultisiteGroup (line 31) | public function initializeMultisiteGroup() method multisiteGroupBeforeSave (line 39) | public function multisiteGroupBeforeSave() method isMultisiteGroupEnabled (line 51) | public function isMultisiteGroupEnabled(): bool method getSiteGroupIdColumn (line 59) | public function getSiteGroupIdColumn(): string method getQualifiedSiteGroupIdColumn (line 67) | public function getQualifiedSiteGroupIdColumn(): string FILE: src/Database/Traits/NestedTree.php type NestedTree (line 72) | trait NestedTree method bootNestedTree (line 82) | public static function bootNestedTree() method initializeNestedTree (line 90) | public function initializeNestedTree() method storeNewParent (line 134) | public function storeNewParent() method moveToNewParent (line 165) | public function moveToNewParent() method deleteDescendants (line 193) | public function deleteDescendants() method shiftSiblingsForRestore (line 232) | public function shiftSiblingsForRestore() method restoreDescendants (line 262) | public function restoreDescendants() method makeRoot (line 289) | public function makeRoot() method makeChildOf (line 298) | public function makeChildOf($node) method moveLeft (line 307) | public function moveLeft() method moveRight (line 316) | public function moveRight() method moveBefore (line 325) | public function moveBefore($node) method moveAfter (line 334) | public function moveAfter($node) method isRoot (line 346) | public function isRoot(): bool method isChild (line 354) | public function isChild(): bool method isLeaf (line 362) | public function isLeaf(): bool method isInsideSubtree (line 371) | public function isInsideSubtree($node): bool method isDescendantOf (line 385) | public function isDescendantOf($other): bool method scopeWithoutNode (line 398) | public function scopeWithoutNode($query, $node) method scopeWithoutSelf (line 407) | public function scopeWithoutSelf($query) method scopeWithoutRoot (line 417) | public function scopeWithoutRoot($query) method scopeAllChildren (line 426) | public function scopeAllChildren($query, $includeSelf = false) method scopeParents (line 440) | public function scopeParents($query, $includeSelf = false) method scopeSiblings (line 454) | public function scopeSiblings($query, $includeSelf = false) method scopeLeaves (line 465) | public function scopeLeaves($query) method scopeGetAllRoot (line 482) | public function scopeGetAllRoot($query) method scopeGetNested (line 498) | public function scopeGetNested($query) method scopeListsNested (line 511) | public function scopeListsNested($query, $column, $key = null, $indent... method getAll (line 546) | public function getAll($columns = ['*']) method getRoot (line 555) | public function getRoot() method getEagerRoot (line 580) | public function getEagerRoot() method getRootList (line 589) | public function getRootList($column, $key = null, $indent = ' &nb... method getParent (line 598) | public function getParent() method getParents (line 607) | public function getParents() method getParentsAndSelf (line 616) | public function getParentsAndSelf() method getChildren (line 625) | public function getChildren() method getEagerChildren (line 634) | public function getEagerChildren() method getAllChildren (line 643) | public function getAllChildren() method getAllChildrenAndSelf (line 652) | public function getAllChildrenAndSelf() method getSiblings (line 661) | public function getSiblings() method getSiblingsAndSelf (line 670) | public function getSiblingsAndSelf() method getLeftSibling (line 679) | public function getLeftSibling() method getRightSibling (line 688) | public function getRightSibling() method getLeaves (line 697) | public function getLeaves() method getLevel (line 706) | public function getLevel() method getChildCount (line 719) | public function getChildCount() method setDepth (line 732) | public function setDepth() method setDefaultLeftAndRight (line 754) | public function setDefaultLeftAndRight() method resetTreeNesting (line 779) | public function resetTreeNesting() method resetTreeOrphans (line 809) | public function resetTreeOrphans() method moveTo (line 840) | protected function moveTo($target, $position) method performMove (line 877) | protected function performMove($node, $target, $position) method resolveMoveTarget (line 940) | protected function resolveMoveTarget($targetId) method validateMove (line 958) | protected function validateMove($node, $target, $position) method getPrimaryBoundary (line 1000) | protected function getPrimaryBoundary($node, $target, $position) method getOtherBoundary (line 1026) | protected function getOtherBoundary($node, $target, $position) method getSortedBoundaries (line 1037) | protected function getSortedBoundaries($node, $target, $position) method getParentColumnName (line 1059) | public function getParentColumnName() method getQualifiedParentColumnName (line 1068) | public function getQualifiedParentColumnName() method getParentId (line 1077) | public function getParentId() method getLeftColumnName (line 1086) | public function getLeftColumnName() method getQualifiedLeftColumnName (line 1095) | public function getQualifiedLeftColumnName() method getLeft (line 1104) | public function getLeft() method getRightColumnName (line 1113) | public function getRightColumnName() method getQualifiedRightColumnName (line 1122) | public function getQualifiedRightColumnName() method getRight (line 1131) | public function getRight() method getDepthColumnName (line 1140) | public function getDepthColumnName() method getQualifiedDepthColumnName (line 1149) | public function getQualifiedDepthColumnName() method getDepth (line 1158) | public function getDepth() method newNestedTreeQuery (line 1170) | protected function newNestedTreeQuery() method newCollection (line 1178) | public function newCollection(array $models = []) FILE: src/Database/Traits/Nullable.php type Nullable (line 11) | trait Nullable method initializeNullable (line 22) | public function initializeNullable() method addNullable (line 37) | public function addNullable($attributes = null) method checkNullableValue (line 47) | public function checkNullableValue($value): bool method nullableBeforeSave (line 59) | public function nullableBeforeSave() FILE: src/Database/Traits/Purgeable.php type Purgeable (line 11) | trait Purgeable method initializePurgeable (line 27) | public function initializePurgeable() method addPurgeable (line 44) | public function addPurgeable($attributes = null) method purgeAttributes (line 57) | public function purgeAttributes($attributesToPurge = null) method getPurgeableAttributes (line 83) | public function getPurgeableAttributes() method getOriginalPurgeValues (line 91) | public function getOriginalPurgeValues() method getOriginalPurgeValue (line 99) | public function getOriginalPurgeValue($attribute) method restorePurgedValues (line 108) | public function restorePurgedValues() FILE: src/Database/Traits/Revisionable.php type Revisionable (line 15) | trait Revisionable method initializeRevisionable (line 43) | public function initializeRevisionable() method revisionableAfterUpdate (line 64) | public function revisionableAfterUpdate() method revisionableAfterDelete (line 106) | public function revisionableAfterDelete() method revisionableCleanUp (line 147) | protected function revisionableCleanUp() method revisionableGetCastType (line 169) | protected function revisionableGetCastType($attribute) method revisionableGetUser (line 181) | protected function revisionableGetUser() method getRevisionHistoryName (line 198) | public function getRevisionHistoryName() FILE: src/Database/Traits/SimpleTree.php type SimpleTree (line 43) | trait SimpleTree method initializeSimpleTree (line 48) | public function initializeSimpleTree() method getAll (line 77) | public function getAll() method getAllChildren (line 92) | public function getAllChildren() method getChildren (line 113) | public function getChildren() method getChildCount (line 122) | public function getChildCount() method getParents (line 131) | public function getParents() method scopeGetAllRoot (line 153) | public function scopeGetAllRoot($query) method scopeGetNested (line 163) | public function scopeGetNested($query) method scopeListsNested (line 176) | public function scopeListsNested($query, $column, $key = null, $indent... method getParentColumnName (line 249) | public function getParentColumnName() method getQualifiedParentColumnName (line 258) | public function getQualifiedParentColumnName() method getParentId (line 267) | public function getParentId() method newCollection (line 275) | public function newCollection(array $models = []) FILE: src/Database/Traits/Sluggable.php type Sluggable (line 13) | trait Sluggable method initializeSluggable (line 24) | public function initializeSluggable() method slugAttributes (line 43) | public function slugAttributes() method setSluggedValue (line 59) | public function setSluggedValue($slugAttribute, $sourceAttributes, $ma... method getSluggableUniqueAttributeValue (line 95) | protected function getSluggableUniqueAttributeValue($name, $value) method getSluggableSourceAttributeValue (line 114) | protected function getSluggableSourceAttributeValue($key) method getSluggableSeparator (line 137) | public function getSluggableSeparator() method newSluggableQuery (line 146) | protected function newSluggableQuery() FILE: src/Database/Traits/SluggableTree.php type SluggableTree (line 11) | trait SluggableTree method fullSlugAttributes (line 17) | public function fullSlugAttributes() method setFullSluggedValue (line 27) | protected function setFullSluggedValue($model) method getFullSluggableAttributeValue (line 48) | protected function getFullSluggableAttributeValue($model, $fullslug = '') method getFullSluggableFullSlugColumnName (line 64) | public function getFullSluggableFullSlugColumnName() method getFullSluggableSlugColumnName (line 73) | public function getFullSluggableSlugColumnName() FILE: src/Database/Traits/SoftDelete.php type SoftDelete (line 14) | trait SoftDelete method bootSoftDelete (line 24) | public static function bootSoftDelete() method isSoftDelete (line 88) | public function isSoftDelete() method forceDelete (line 96) | public function forceDelete() method performDeleteOnModel (line 108) | protected function performDeleteOnModel() method performSoftDeleteOnRelations (line 128) | protected function performSoftDeleteOnRelations() method runSoftDelete (line 156) | protected function runSoftDelete() method restore (line 183) | public function restore() method performRestoreOnRelations (line 212) | protected function performRestoreOnRelations() method trashed (line 242) | public function trashed() method withTrashed (line 251) | public static function withTrashed() method onlyTrashed (line 260) | public static function onlyTrashed() method softDeleted (line 274) | public static function softDeleted($callback) method restoring (line 284) | public static function restoring($callback) method restored (line 294) | public static function restored($callback) method isSoftDeleteEnabled (line 303) | public function isSoftDeleteEnabled() method getDeletedAtColumn (line 312) | public function getDeletedAtColumn() method getQualifiedDeletedAtColumn (line 321) | public function getQualifiedDeletedAtColumn() FILE: src/Database/Traits/Sortable.php type Sortable (line 28) | trait Sortable method bootSortable (line 33) | public static function bootSortable() method initializeSortable (line 41) | public function initializeSortable() method setSortableOrder (line 60) | public function setSortableOrder($itemIds, $referencePool = null) method processSortableOrdersInternal (line 103) | protected function processSortableOrdersInternal($itemIds, $referenceP... method resetSortableOrdering (line 140) | public function resetSortableOrdering() method getSortOrderColumn (line 153) | public function getSortOrderColumn() method getQualifiedSortOrderColumn (line 162) | public function getQualifiedSortOrderColumn() FILE: src/Database/Traits/SortableRelation.php type SortableRelation (line 24) | trait SortableRelation method initializeSortableRelation (line 34) | public function initializeSortableRelation() method defineSortableRelations (line 63) | protected function defineSortableRelations() method setSortableRelationOrder (line 100) | public function setSortableRelationOrder($relationName, $itemIds, $ref... method processSortableRelationOrdersInternal (line 145) | protected function processSortableRelationOrdersInternal($relationName... method isSortableRelation (line 182) | public function isSortableRelation($relationName) method getRelationSortOrderColumn (line 190) | public function getRelationSortOrderColumn(string $relation): string method getSortableRelations (line 198) | protected function getSortableRelations(): array FILE: src/Database/Traits/Translatable.php type Translatable (line 21) | trait Translatable method initializeTranslatable (line 52) | public function initializeTranslatable() method getTranslatableContext (line 86) | public function getTranslatableContext() method getTranslatableDefault (line 98) | public function getTranslatableDefault() method resolveTranslatableLocale (line 111) | protected function resolveTranslatableLocale() method resolveTranslatableDefaultLocale (line 122) | protected function resolveTranslatableDefaultLocale() method isTranslatableEnabled (line 136) | public function isTranslatableEnabled() method shouldTranslate (line 145) | public function shouldTranslate() method isTranslatableAttribute (line 158) | public function isTranslatableAttribute($key) method getTranslatableAttributes (line 170) | public function getTranslatableAttributes() method promoteTranslatableValues (line 184) | protected function promoteTranslatableValues() method demoteTranslatableValues (line 222) | protected function demoteTranslatableValues() method restoreTranslatableBaseValues (line 246) | protected function restoreTranslatableBaseValues() method getTranslatableBaseValue (line 264) | public function getTranslatableBaseValue(string $key) method getTranslation (line 280) | public function getTranslation($key, $locale, $useFallback = true) method getTranslations (line 322) | public function getTranslations($key) method hasTranslation (line 354) | public function hasTranslation($key, $locale = null) method hasTranslations (line 385) | public function hasTranslations($locale = null) method getTranslatedLocales (line 407) | public function getTranslatedLocales($key = null) method setTranslation (line 437) | public function setTranslation($key, $locale, $value) method setTranslations (line 469) | public function setTranslations($key, array $translations) method forgetTranslation (line 483) | public function forgetTranslation($key, $locale) method forgetTranslations (line 499) | public function forgetTranslations($key) method forgetAllTranslations (line 519) | public function forgetAllTranslations($locale) method setLocale (line 538) | public function setLocale($locale) method getLocale (line 560) | public function getLocale() method isTranslateDirty (line 573) | public function isTranslateDirty($attribute = null, $locale = null) method getTranslateDirty (line 588) | public function getTranslateDirty($locale = null) method getTranslatableOriginals (line 619) | public function getTranslatableOriginals($locale = null) method syncTranslatableAttributes (line 636) | protected function syncTranslatableAttributes() method storeTranslatableBasicData (line 656) | protected function storeTranslatableBasicData() method storeTranslatableData (line 674) | protected function storeTranslatableData($locale) method loadTranslatableData (line 723) | protected function loadTranslatableData($locale) method scopeWhereTranslation (line 751) | public function scopeWhereTranslation($query, $key, $locale, $value, $... method scopeOrderByTranslation (line 769) | public function scopeOrderByTranslation($query, $key, $locale, $direct... method scopeWithTranslation (line 787) | public function scopeWithTranslation($query, $locale = null) method scopeWithTranslations (line 801) | public function scopeWithTranslations($query) method getTranslateAttributeModelClass (line 816) | public function getTranslateAttributeModelClass() method getTranslateAttributeTable (line 828) | public function getTranslateAttributeTable() FILE: src/Database/Traits/UserFootprints.php type UserFootprints (line 12) | trait UserFootprints method initializeUserFootprints (line 17) | public function initializeUserFootprints() method updateUserFootprints (line 39) | public function updateUserFootprints() method getCreatedUserIdColumn (line 61) | public function getCreatedUserIdColumn() method getUpdatedUserIdColumn (line 70) | public function getUpdatedUserIdColumn() method getUserFootprintAuth (line 78) | protected function getUserFootprintAuth() FILE: src/Database/Traits/Validation.php type Validation (line 17) | trait Validation method initializeValidation (line 63) | public function initializeValidation() method setValidationAttributeNames (line 101) | public function setValidationAttributeNames($attributeNames) method setValidationAttributeName (line 113) | public function setValidationAttributeName($attr, $name) method getValidationAttributes (line 122) | protected function getValidationAttributes() method addValidationRule (line 130) | public function addValidationRule(string $name, $definition) method removeValidationRule (line 150) | public function removeValidationRule(string $name, $definition = '*') method getRelationValidationValue (line 181) | protected function getRelationValidationValue($relationName) method makeValidator (line 253) | protected static function makeValidator($data, $rules, $customMessages... method getValidationPresenceVerifier (line 276) | protected function getValidationPresenceVerifier() method forceSave (line 289) | public function forceSave($options = null, $sessionKey = null) method validate (line 298) | public function validate($rules = null, $customMessages = null, $attri... method processValidationRules (line 463) | protected function processValidationRules($rules) method processRuleFieldNames (line 511) | protected function processRuleFieldNames($rules) method processValidationUniqueRule (line 537) | protected function processValidationUniqueRule($definition, $fieldName) method isAttributeRequired (line 576) | public function isAttributeRequired($attribute, $checkDependencies = t... method errors (line 628) | public function errors() method validating (line 638) | public static function validating($callback) method validated (line 648) | public static function validated($callback) FILE: src/Database/TreeCollection.php class TreeCollection (line 11) | class TreeCollection extends Collection method toNested (line 20) | public function toNested($removeOrphans = true) method listsNested (line 76) | public function listsNested($value, $key = null, $indent = ' &nbs... FILE: src/Database/Updater.php class Updater (line 13) | class Updater method skipErrors (line 29) | public static function skipErrors($state = true) method setUp (line 37) | public function setUp($file) method packDown (line 64) | public function packDown($file) method resolve (line 90) | public function resolve(string $path) method runMethod (line 118) | protected function runMethod($migration, $method) method isValidScript (line 133) | protected function isValidScript($object) method getClassFromFile (line 153) | public function getClassFromFile($file) FILE: src/Database/Updates/Migration.php class Migration (line 5) | class Migration extends MigrationBase FILE: src/Database/Updates/Seeder.php class Seeder (line 8) | class Seeder extends SeederBase method line (line 16) | public function line($string, $style = null) FILE: src/Element/Dash/ReportDefinition.php class ReportDefinition (line 27) | class ReportDefinition extends ElementBase method initDefaultValues (line 32) | protected function initDefaultValues() method displayAs (line 45) | public function displayAs(string $type): ReportDefinition FILE: src/Element/ElementBase.php class ElementBase (line 15) | abstract class ElementBase extends Extendable implements Arrayable, Arra... method __construct (line 25) | public function __construct($config = []) method initDefaultValues (line 35) | protected function initDefaultValues() method evalConfig (line 42) | public function evalConfig(array $config) method useConfig (line 49) | public function useConfig(array $config): ElementBase method getConfig (line 61) | public function getConfig($key = null, $default = null) method get (line 74) | public function get($key, $default = null) method toArray (line 87) | public function toArray() method jsonSerialize (line 95) | public function jsonSerialize(): array method toJson (line 105) | public function toJson($options = 0) method offsetExists (line 115) | public function offsetExists($offset): bool method offsetGet (line 125) | public function offsetGet($offset): mixed method offsetSet (line 135) | public function offsetSet($offset, $value): void method offsetUnset (line 145) | public function offsetUnset($offset): void method __call (line 156) | public function __call($method, $parameters) method __get (line 168) | public function __get($key) method __set (line 180) | public function __set($key, $value) method __isset (line 191) | public function __isset($key) method __unset (line 202) | public function __unset($key) FILE: src/Element/ElementHolder.php class ElementHolder (line 14) | class ElementHolder extends ElementBase implements IteratorAggregate method getTouchedElements (line 24) | public function getTouchedElements(): array method get (line 35) | public function get($key, $default = null) method getIterator (line 51) | public function getIterator(): Traversable FILE: src/Element/Filter/ScopeDefinition.php class ScopeDefinition (line 33) | class ScopeDefinition extends ElementBase method initDefaultValues (line 38) | protected function initDefaultValues() method useConfig (line 51) | public function useConfig(array $config): ElementBase method displayAs (line 68) | public function displayAs(string $type): ScopeDefinition method hasOptions (line 78) | public function hasOptions(): bool method options (line 88) | public function options($value = null) method asOptionsDefinition (line 111) | public function asOptionsDefinition($options = null) method setScopeValue (line 129) | public function setScopeValue($value) FILE: src/Element/Form/FieldDefinition.php class FieldDefinition (line 35) | class FieldDefinition extends ElementBase method initDefaultValues (line 45) | protected function initDefaultValues() method useConfig (line 67) | public function useConfig(array $config): ElementBase method displayAs (line 82) | public function displayAs(string $type): FieldDefinition method span (line 92) | public function span(string $value = 'full', string $spanClass = ''): ... method hasOptions (line 104) | public function hasOptions(): bool method options (line 121) | public function options($value = null) method asOptionsDefinition (line 151) | public function asOptionsDefinition($options = null) method matchesContext (line 169) | public function matchesContext($context): bool FILE: src/Element/Form/FieldsetDefinition.php class FieldsetDefinition (line 16) | class FieldsetDefinition extends ElementBase implements IteratorAggregate method initDefaultValues (line 26) | protected function initDefaultValues() method addField (line 37) | public function addField($name, FieldDefinition $field) method removeField (line 47) | public function removeField($name) method hasFields (line 61) | public function hasFields() method getFields (line 71) | public function getFields() method getField (line 86) | public function getField(string $field) method getAllFields (line 99) | public function getAllFields() method sortAllFields (line 107) | public function sortAllFields() method getIterator (line 118) | public function getIterator(): ArrayIterator FILE: src/Element/Lists/ColumnDefinition.php class ColumnDefinition (line 26) | class ColumnDefinition extends ElementBase method initDefaultValues (line 31) | protected function initDefaultValues() method displayAs (line 48) | public function displayAs(string $type): ColumnDefinition FILE: src/Element/Navigation/ItemDefinition.php class ItemDefinition (line 19) | class ItemDefinition extends ElementBase method initDefaultValues (line 24) | protected function initDefaultValues() FILE: src/Element/OptionDefinition.php class OptionDefinition (line 26) | class OptionDefinition extends ElementBase method initDefaultValues (line 31) | protected function initDefaultValues() method useOptionConfig (line 43) | public function useOptionConfig($value, $option): OptionDefinition method evalChildOptions (line 86) | protected function evalChildOptions(array $children): array FILE: src/Events/Dispatcher.php class Dispatcher (line 11) | class Dispatcher extends DispatcherBase method fire (line 16) | public function fire(...$args) FILE: src/Events/EventServiceProvider.php class EventServiceProvider (line 13) | class EventServiceProvider extends ServiceProvider method register (line 18) | public function register() FILE: src/Events/FakeDispatcher.php class FakeDispatcher (line 11) | class FakeDispatcher extends EventFakeBase method __construct (line 16) | public function __construct($dispatcher, $eventsToFake = []) method fire (line 27) | public function fire(...$args) FILE: src/Events/PriorityDispatcher.php class PriorityDispatcher (line 14) | class PriorityDispatcher method __construct (line 36) | public function __construct(?ContainerContract $container = null) method listen (line 48) | public function listen($events, $listener = null, $priority = 0) method subscribe (line 64) | public function subscribe($subscriber) method listenOnce (line 93) | public function listenOnce($events, $listener, $priority = 0) method fire (line 105) | public function fire($event, $payload = [], $halt = false) method forget (line 115) | public function forget($event) method fireEvent (line 129) | public function fireEvent($event, $params = [], $halt = false) method setLaravelDispatcher (line 197) | public function setLaravelDispatcher(DispatcherContract $dispatcher): ... method getLaravelDispatcher (line 207) | public function getLaravelDispatcher(): DispatcherContract method createClassCallback (line 216) | protected function createClassCallback($callback) method __call (line 241) | public function __call($method, $parameters) FILE: src/Exception/AjaxException.php class AjaxException (line 12) | class AjaxException extends ExceptionBase implements AjaxExceptionInterface method __construct (line 22) | public function __construct($contents = null) method getContents (line 39) | public function getContents() method addContent (line 47) | public function addContent(string $key, $val) method toAjaxData (line 55) | public function toAjaxData(): array FILE: src/Exception/ApplicationException.php class ApplicationException (line 10) | class ApplicationException extends ExceptionBase FILE: src/Exception/ErrorHandler.php class ErrorHandler (line 13) | class ErrorHandler method handleException (line 41) | public function handleException(Throwable $proposedException) method isNotFoundException (line 86) | protected function isNotFoundException($exception) method applyMask (line 101) | public static function applyMask(Throwable $exception) method removeMask (line 114) | public static function removeMask() method getDetailedMessage (line 129) | public static function getDetailedMessage($exception) method handleCustomError (line 148) | public function handleCustomError($exception) method handleDetailedError (line 156) | public function handleDetailedError($exception) FILE: src/Exception/ExceptionBase.php class ExceptionBase (line 14) | class ExceptionBase extends Exception method __construct (line 56) | public function __construct($message = "", $code = 0, ?Throwable $prev... method getClassName (line 73) | public function getClassName() method getErrorType (line 82) | public function getErrorType() method getNiceFile (line 91) | public function getNiceFile() method mask (line 103) | public static function mask($message = null, $code = 0) method unmask (line 113) | public static function unmask() method setMask (line 123) | public function setMask(Throwable $exception) method applyMask (line 136) | public function applyMask(Throwable $exception) method getTrueException (line 149) | public function getTrueException() method getHighlight (line 168) | public function getHighlight() method getHighlightLines (line 212) | public function getHighlightLines() method getCallStack (line 230) | public function getCallStack() method filterCallStack (line 273) | protected function filterCallStack($traceInfo) method formatStackArguments (line 323) | protected function formatStackArguments($arguments) FILE: src/Exception/ForbiddenException.php class ForbiddenException (line 10) | class ForbiddenException extends ExceptionBase FILE: src/Exception/NotFoundException.php class NotFoundException (line 10) | class NotFoundException extends ExceptionBase FILE: src/Exception/SystemException.php class SystemException (line 10) | class SystemException extends ExceptionBase FILE: src/Exception/ValidationException.php class ValidationException (line 15) | class ValidationException extends ValidationExceptionBase method __construct (line 35) | public function __construct($validation) method resolveToValidator (line 46) | protected function resolveToValidator($validation) method evalErrors (line 72) | protected function evalErrors() method getErrors (line 88) | public function getErrors() method getFields (line 96) | public function getFields() method setFieldPrefix (line 104) | public function setFieldPrefix(array $prefix) FILE: src/Extension/Container.php class Container (line 9) | class Container method extendClass (line 30) | public static function extendClass(string $class, callable $callback) method extendBehavior (line 38) | public static function extendBehavior(string $class, callable $callback) method clearExtensions (line 46) | public static function clearExtensions() FILE: src/Extension/Extendable.php class Extendable (line 17) | class Extendable method __construct (line 29) | public function __construct() method __get (line 37) | public function __get($name) method __set (line 45) | public function __set($name, $value) method __call (line 53) | public function __call($name, $params) method __callStatic (line 61) | public static function __callStatic($name, $params) method __sleep (line 69) | public function __sleep() method __wakeup (line 79) | public function __wakeup() method extend (line 87) | public static function extend(callable $callback) FILE: src/Extension/ExtendableTrait.php type ExtendableTrait (line 20) | trait ExtendableTrait method extendableConstruct (line 40) | public function extendableConstruct() method extendableDestruct (line 70) | public function extendableDestruct() method extendableExtendCallback (line 85) | public static function extendableExtendCallback($callback) method extensionExtractImplements (line 101) | protected function extensionExtractImplements(): array method extensionExtractMethods (line 131) | protected function extensionExtractMethods($extensionName, $extensionO... method addDynamicMethod (line 159) | public function addDynamicMethod($dynamicName, $method, $extension = n... method addDynamicProperty (line 177) | public function addDynamicProperty($dynamicName, $value = null) method extendClassWith (line 194) | public function extendClassWith($extensionName) method isClassExtendedWith (line 220) | public function isClassExtendedWith($name) method implementClassWith (line 230) | public function implementClassWith($extensionName) method isClassInstanceOf (line 244) | public function isClassInstanceOf($interface): bool method getClassExtension (line 273) | public function getClassExtension($name) method asExtension (line 288) | public function asExtension($shortName) method methodExists (line 307) | public function methodExists($name) method getClassMethods (line 320) | public function getClassMethods() method getClassMethodAsReflector (line 332) | public function getClassMethodAsReflector(string $name): ReflectionFun... method getDynamicProperties (line 351) | public function getDynamicProperties() method propertyExists (line 361) | public function propertyExists($name) method extendableIsAccessible (line 390) | protected function extendableIsAccessible($class, $propertyName) method extendableGet (line 402) | public function extendableGet($name) method extendableSet (line 430) | public function extendableSet($name, $value) method extendableCall (line 473) | public function extendableCall($name, $params = null) method extendableCallStatic (line 503) | public static function extendableCallStatic($name, $params = null) method getExtendableMethodFromExtensions (line 565) | protected function getExtendableMethodFromExtensions(string $name): ?a... method getExtendableMethodFromDynamicMethods (line 584) | protected function getExtendableMethodFromDynamicMethods(string $name)... method clearExtendedClasses (line 602) | public static function clearExtendedClasses() FILE: src/Extension/ExtensionBase.php class ExtensionBase (line 9) | class ExtensionBase method extend (line 16) | public static function extend(callable $callback) FILE: src/Extension/ExtensionTrait.php type ExtensionTrait (line 10) | trait ExtensionTrait method extensionApplyInitCallbacks (line 28) | public function extensionApplyInitCallbacks() method extensionExtendCallback (line 45) | public static function extensionExtendCallback($callback) method extensionHideMethod (line 61) | protected function extensionHideMethod($name) method extensionHideProperty (line 69) | protected function extensionHideProperty($name) method extensionIsHiddenMethod (line 77) | public function extensionIsHiddenMethod($name) method extensionIsHiddenProperty (line 85) | public function extensionIsHiddenProperty($name) method getCalledExtensionClass (line 93) | public static function getCalledExtensionClass() FILE: src/Filesystem/Definitions.php class Definitions (line 12) | class Definitions method get (line 17) | public static function get(string $type): array method getDefinitions (line 25) | public function getDefinitions(string $type): array method isPathIgnored (line 48) | public static function isPathIgnored($path) method ignoreFiles (line 71) | protected function ignoreFiles() method ignorePatterns (line 86) | protected function ignorePatterns() method defaultExtensions (line 98) | protected function defaultExtensions() method assetExtensions (line 152) | protected function assetExtensions() method imageExtensions (line 183) | protected function imageExtensions() method videoExtensions (line 201) | protected function videoExtensions() method audioExtensions (line 219) | protected function audioExtensions() FILE: src/Filesystem/Filesystem.php class Filesystem (line 14) | class Filesystem extends FilesystemBase method anyname (line 41) | public function anyname($path) method isDirectoryEmpty (line 51) | public function isDirectoryEmpty($directory) method sizeToString (line 74) | public function sizeToString($bytes) method localToPublic (line 105) | public function localToPublic($path) method getRootSymlinks (line 142) | protected function getRootSymlinks(): array method isLocalPath (line 167) | public function isLocalPath($path, $realpath = true) method fromClass (line 183) | public function fromClass($className) method existsInsensitive (line 195) | public function existsInsensitive($path) method normalizePath (line 223) | public function normalizePath($path) method nicePath (line 234) | public function nicePath($path) method symbolizePath (line 249) | public function symbolizePath($path, $default = false) method isPathSymbol (line 264) | public function isPathSymbol($path) method put (line 284) | public function put($path, $contents, $lock = false) method copy (line 297) | public function copy($path, $target) method getSafe (line 307) | public function getSafe(string $path, float $limitKbs = 1) method makeDirectory (line 324) | public function makeDirectory($path, $mode = 0755, $recursive = false,... method chmod (line 369) | public function chmod($path, $mask = null) method chmodRecursive (line 391) | public function chmodRecursive($path, $fileMask = null, $directoryMask... method getFilePermissions (line 426) | public function getFilePermissions() method getFolderPermissions (line 437) | public function getFolderPermissions() method fileNameMatch (line 450) | public function fileNameMatch($fileName, $pattern) method lastModifiedRecursive (line 465) | public function lastModifiedRecursive($path) method searchDirectory (line 485) | public function searchDirectory($file, $directory, $rootDir = '') FILE: src/Filesystem/FilesystemServiceProvider.php class FilesystemServiceProvider (line 8) | class FilesystemServiceProvider extends FilesystemServiceProviderBase method register (line 13) | public function register() method registerNativeFilesystem (line 30) | protected function registerNativeFilesystem() method registerCoreDisks (line 57) | protected function registerCoreDisks($config) method configureDefaultPermissions (line 92) | protected function configureDefaultPermissions($config, $files) FILE: src/Filesystem/Zip.php class Zip (line 51) | class Zip extends ZipArchive method extract (line 75) | public static function extract($source, $destination, $options = []) method make (line 100) | public static function make($destination, $source, $options = []) method add (line 127) | public function add($source, $options = []) method folder (line 201) | public function folder($name, $source = null) method remove (line 233) | public function remove($source) method exclude (line 265) | public function exclude(array $paths): void method isExcluded (line 280) | public function isExcluded(string $path): bool method removePathPrefix (line 300) | protected function removePathPrefix($prefix, $path) FILE: src/Flash/FlashBag.php class FlashBag (line 12) | class FlashBag extends MessageBag method __construct (line 34) | public function __construct(array $messages = []) method check (line 51) | public function check() method all (line 61) | public function all($format = null) method messages (line 77) | public function messages() method get (line 92) | public function get($key, $format = null) method error (line 106) | public function error($message = null) method success (line 120) | public function success($message = null) method warning (line 134) | public function warning($message = null) method info (line 148) | public function info($message = null) method add (line 164) | public function add($key, $message) method store (line 176) | public function store() method forget (line 185) | public function forget($key = null) method purge (line 207) | public function purge() FILE: src/Flash/FlashServiceProvider.php class FlashServiceProvider (line 6) | class FlashServiceProvider extends ServiceProvider implements Deferrable... method register (line 11) | public function register() method provides (line 23) | public function provides() FILE: src/Foundation/Application.php class Application (line 24) | class Application extends ApplicationBase method configure (line 47) | public static function configure($basePath = null) method registerBaseServiceProviders (line 63) | protected function registerBaseServiceProviders() method bindPathsInContainer (line 79) | protected function bindPathsInContainer() method publicPath (line 99) | public function publicPath($path = '') method hasPublicFolder (line 109) | public function hasPublicFolder() method cachePath (line 119) | public function cachePath($path = '') method useCachePath (line 129) | public function useCachePath($path) method pluginsPath (line 145) | public function pluginsPath($path = '') method usePluginsPath (line 155) | public function usePluginsPath($path) method themesPath (line 169) | public function themesPath($path = '') method useThemesPath (line 179) | public function useThemesPath($path) method tempPath (line 193) | public function tempPath($path = ''): string method normalizeCachePath (line 204) | protected function normalizeCachePath($key, $default) method before (line 220) | public function before($callback) method after (line 230) | public function after($callback) method error (line 240) | public function error(callable $callback) method fatal (line 248) | public function fatal(callable $callback) method runningInBackend (line 259) | public function runningInBackend() method runningInFrontend (line 268) | public function runningInFrontend() method runningInOctane (line 277) | public function runningInOctane() method hasDatabase (line 286) | public function hasDatabase() method setLocale (line 303) | public function setLocale($locale) method registerConfiguredProviders (line 318) | public function registerConfiguredProviders() method registerCoreContainerAliases (line 337) | public function registerCoreContainerAliases() method registerClassAlias (line 392) | public function registerClassAlias(string $alias, string $class) method registerClassAliases (line 400) | public function registerClassAliases(array $aliases) method getCachedConfigPath (line 414) | public function getCachedConfigPath() method getCachedRoutesPath (line 424) | public function getCachedRoutesPath() method getCachedCompilePath (line 434) | public function getCachedCompilePath() method getCachedServicesPath (line 444) | public function getCachedServicesPath() method getCachedPackagesPath (line 454) | public function getCachedPackagesPath() method getCachedClassesPath (line 464) | public function getCachedClassesPath() method getCachedEventsPath (line 474) | public function getCachedEventsPath() method getNamespace (line 484) | public function getNamespace() method extendInstance (line 492) | public function extendInstance($abstract, Closure $callback) FILE: src/Foundation/Bootstrap/HandleExceptions.php class HandleExceptions (line 9) | class HandleExceptions extends HandleExceptionsBase method shouldIgnoreDeprecationErrors (line 20) | protected function shouldIgnoreDeprecationErrors() FILE: src/Foundation/Bootstrap/LoadConfiguration.php class LoadConfiguration (line 12) | class LoadConfiguration extends LoadConfigurationBase method bootstrap (line 17) | public function bootstrap(Application $app) method loadConfigurationFiles (line 63) | protected function loadConfigurationFiles(Application $app, Repository... FILE: src/Foundation/Bootstrap/RegisterOctober.php class RegisterOctober (line 12) | class RegisterOctober method bootstrap (line 44) | public function bootstrap(Application $app) method configureClassLoader (line 96) | protected function configureClassLoader(Application $app) method parseConfiguredPath (line 110) | protected function parseConfiguredPath(Application $app, string $path)... method makeSystemPaths (line 120) | protected function makeSystemPaths(string $rootPath, array $subPaths):... FILE: src/Foundation/Configuration/ApplicationBuilder.php class ApplicationBuilder (line 9) | class ApplicationBuilder extends ApplicationBuilderBase method withKernels (line 16) | public function withKernels() method withExceptions (line 37) | public function withExceptions(?callable $using = null) method withMiddleware (line 57) | public function withMiddleware(?callable $callback = null) FILE: src/Foundation/Console/ClearCompiledCommand.php class ClearCompiledCommand (line 5) | class ClearCompiledCommand extends ClearCompiledCommandBase method handle (line 12) | public function handle() FILE: src/Foundation/Console/Kernel.php class Kernel (line 9) | class Kernel extends ConsoleKernel method schedule (line 33) | protected function schedule(Schedule $schedule) FILE: src/Foundation/Console/ProjectSetCommand.php class ProjectSetCommand (line 16) | class ProjectSetCommand extends Command method handle (line 31) | public function handle() method storeProjectDetails (line 69) | protected function storeProjectDetails($result) method storeProjectDetailsLocally (line 101) | protected function storeProjectDetailsLocally($result) method requestServerData (line 118) | public function requestServerData(string $uri, array $postData = []) method createServerUrl (line 157) | protected function createServerUrl($uri) method makeHttpRequest (line 173) | protected function makeHttpRequest($url, $postData) method getComposerUrl (line 203) | protected function getComposerUrl(bool $withProtocol = true): string method injectJsonToFile (line 214) | protected function injectJsonToFile(string $filename, array $jsonArr, ... method mergeRecursive (line 234) | protected function mergeRecursive(array $array1, $array2) FILE: src/Foundation/Console/RouteCacheCommand.php class RouteCacheCommand (line 5) | class RouteCacheCommand extends RouteCacheCommandBase method getFreshApplicationRoutes (line 12) | protected function getFreshApplicationRoutes() FILE: src/Foundation/Console/RouteListCommand.php class RouteListCommand (line 9) | class RouteListCommand extends RouteListCommandBase method __construct (line 17) | public function __construct(Router $router) FILE: src/Foundation/Console/ServeCommand.php class ServeCommand (line 6) | class ServeCommand extends ServeCommandParent method handle (line 13) | public function handle() method serverCommand (line 68) | protected function serverCommand() FILE: src/Foundation/Exception/Handler.php class Handler (line 32) | class Handler extends ExceptionHandler method report (line 58) | public function report(Throwable $exception) method render (line 102) | public function render($request, Throwable $exception) method prepareException (line 171) | protected function prepareException(Throwable $e): Throwable method getStatusCode (line 198) | protected function getStatusCode($exception) method context (line 224) | protected function context() method error (line 236) | public function error(callable $callback) method hasBootedEvents (line 244) | protected function hasBootedEvents(): bool FILE: src/Foundation/Http/Kernel.php class Kernel (line 11) | class Kernel extends HttpKernel FILE: src/Foundation/Http/Middleware/CheckForMaintenanceMode.php class CheckForMaintenanceMode (line 15) | class CheckForMaintenanceMode extends PreventRequestsDuringMaintenance method handle (line 20) | public function handle($request, Closure $next) FILE: src/Foundation/Http/Middleware/EncryptCookies.php class EncryptCookies (line 13) | class EncryptCookies extends EncryptCookiesBase method __construct (line 18) | public function __construct(EncrypterContract $encrypter) FILE: src/Foundation/Providers/AppServiceProvider.php class AppServiceProvider (line 14) | class AppServiceProvider extends ServiceProvider implements DeferrablePr... method register (line 19) | public function register() method registerConsoleCommand (line 29) | protected function registerConsoleCommand(string $key, string $class) method provides (line 44) | public function provides() FILE: src/Foundation/Providers/ArtisanServiceProvider.php class ArtisanServiceProvider (line 14) | class ArtisanServiceProvider extends ArtisanServiceProviderBase method register (line 38) | public function register() method registerRouteCacheCommand (line 57) | protected function registerRouteCacheCommand() method registerRouteListCommand (line 67) | protected function registerRouteListCommand() method registerServeCommand (line 77) | protected function registerServeCommand() method registerClearCompiledCommand (line 87) | protected function registerClearCompiledCommand() method registerProjectSetCommand (line 97) | protected function registerProjectSetCommand() FILE: src/Foundation/Providers/ConsoleSupportServiceProvider.php class ConsoleSupportServiceProvider (line 7) | class ConsoleSupportServiceProvider extends ConsoleSupportServiceProvide... FILE: src/Foundation/Providers/CoreServiceProvider.php class CoreServiceProvider (line 14) | class CoreServiceProvider extends ServiceProvider implements DeferrableP... method register (line 19) | public function register() method provides (line 28) | public function provides() FILE: src/Foundation/Providers/DateServiceProvider.php class DateServiceProvider (line 13) | class DateServiceProvider extends ServiceProvider method register (line 18) | public function register() method boot (line 26) | public function boot() method setCarbonLocale (line 40) | protected function setCarbonLocale($locale) method getFallbackLocale (line 56) | protected function getFallbackLocale($locale) FILE: src/Foundation/Providers/ExecutionContextProvider.php class ExecutionContextProvider (line 8) | class ExecutionContextProvider extends ServiceProvider method register (line 13) | public function register() method boot (line 23) | public function boot() method determineContext (line 36) | protected function determineContext($app): string method normalizeUrl (line 55) | protected function normalizeUrl($url) FILE: src/Foundation/Providers/LogServiceProvider.php class LogServiceProvider (line 8) | class LogServiceProvider extends LogServiceProviderBase method register (line 13) | public function register() method configureDefaultLogger (line 28) | protected function configureDefaultLogger($config) method configureDefaultPermissions (line 47) | protected function configureDefaultPermissions($config, $files) FILE: src/Halcyon/Builder.php class Builder (line 20) | class Builder method __construct (line 105) | public function __construct(DatasourceInterface $datasource, Processor... method whereFileName (line 116) | public function whereFileName($fileName) method from (line 128) | public function from($dirName) method offset (line 140) | public function offset($value) method skip (line 152) | public function skip($value) method limit (line 162) | public function limit($value) method take (line 176) | public function take($value) method find (line 186) | public function find($fileName) method first (line 195) | public function first() method get (line 205) | public function get($columns = ['*']) method pluck (line 225) | public function pluck($column, $key = null) method lists (line 247) | public function lists($column, $key = null) method getFresh (line 257) | public function getFresh($columns = ['*']) method runSelect (line 272) | protected function runSelect() method setModel (line 298) | public function setModel(Model $model) method toCompiled (line 313) | public function toCompiled() method insert (line 322) | public function insert(array $values) method update (line 346) | public function update(array $values) method delete (line 377) | public function delete() method lastModified (line 394) | public function lastModified() method getModels (line 412) | public function getModels(array $results) method getModel (line 436) | public function getModel() method validateFileName (line 449) | protected function validateFileName($fileName = null) method validateDirectoryName (line 472) | protected function validateDirectoryName($dirName = null) method validateFileNameExtension (line 487) | protected function validateFileNameExtension($fileName, $allowedExtens... method validateFileNamePath (line 506) | protected function validateFileNamePath($filePath, $maxNesting = 5) method validateFileNamePattern (line 536) | protected function validateFileNamePattern($fileName) method remember (line 551) | public function remember($minutes, $key = null) method rememberForever (line 563) | public function rememberForever($key = null) method cacheTags (line 573) | public function cacheTags($cacheTags) method cacheDriver (line 585) | public function cacheDriver($cacheDriver) method getCached (line 597) | public function getCached($columns = ['*']) method isCacheBusted (line 643) | protected function isCacheBusted($result) method getCache (line 666) | protected function getCache() method getCacheKey (line 677) | public function getCacheKey() method generateCacheKey (line 686) | public function generateCacheKey() method getCacheCallback (line 704) | protected function getCacheCallback($columns) method processInitCacheData (line 716) | protected function processInitCacheData($data) method __call (line 737) | public function __call($method, $parameters) FILE: src/Halcyon/Collection.php class Collection (line 11) | class Collection extends CollectionBase FILE: src/Halcyon/Concerns/HasEvents.php type HasEvents (line 11) | trait HasEvents method bootNicerEvents (line 31) | protected function bootNicerEvents() method initializeModelEvent (line 67) | protected function initializeModelEvent() method flushEventListeners (line 76) | public static function flushEventListeners() method getObservableEvents (line 95) | public function getObservableEvents() method setObservableEvents (line 113) | public function setObservableEvents(array $observables) method addObservableEvents (line 125) | public function addObservableEvents($observables) method removeObservableEvents (line 137) | public function removeObservableEvents($observables) method getEventDispatcher (line 148) | public static function getEventDispatcher() method setEventDispatcher (line 158) | public static function setEventDispatcher(Dispatcher $dispatcher) method unsetEventDispatcher (line 167) | public static function unsetEventDispatcher() method registerModelEvent (line 179) | protected static function registerModelEvent($event, $callback, $prior... method fireModelEvent (line 194) | protected function fireModelEvent($event, $halt = true) method fetching (line 215) | public static function fetching($callback) method fetched (line 225) | public static function fetched($callback) method saving (line 237) | public static function saving($callback, $priority = 0) method saved (line 249) | public static function saved($callback, $priority = 0) method updating (line 261) | public static function updating($callback, $priority = 0) method updated (line 273) | public static function updated($callback, $priority = 0) method creating (line 285) | public static function creating($callback, $priority = 0) method created (line 297) | public static function created($callback, $priority = 0) method deleting (line 309) | public static function deleting($callback, $priority = 0) method deleted (line 321) | public static function deleted($callback, $priority = 0) method afterBoot (line 330) | protected function afterBoot() method afterInit (line 349) | protected function afterInit() method beforeCreate (line 367) | protected function beforeCreate() method afterCreate (line 387) | protected function afterCreate() method beforeUpdate (line 405) | protected function beforeUpdate() method afterUpdate (line 425) | protected function afterUpdate() method beforeSave (line 445) | protected function beforeSave() method afterSave (line 465) | protected function afterSave() method beforeDelete (line 485) | protected function beforeDelete() method afterDelete (line 505) | protected function afterDelete() method beforeFetch (line 523) | protected function beforeFetch() method afterFetch (line 543) | protected function afterFetch() FILE: src/Halcyon/Datasource/AutoDatasource.php class AutoDatasource (line 13) | class AutoDatasource extends Datasource implements DatasourceInterface method __construct (line 28) | public function __construct(array $datasources) method hasTemplate (line 40) | public function hasTemplate(string $dirName, string $fileName, string ... method selectOne (line 54) | public function selectOne(string $dirName, string $fileName, string $e... method select (line 70) | public function select(string $dirName, array $options = []): array method insert (line 85) | public function insert(string $dirName, string $fileName, string $exte... method update (line 93) | public function update(string $dirName, string $fileName, string $exte... method delete (line 111) | public function delete(string $dirName, string $fileName, string $exte... method forceDelete (line 119) | public function forceDelete(string $dirName, string $fileName, string ... method lastModified (line 135) | public function lastModified(string $dirName, string $fileName, string... method makeCacheKey (line 151) | public function makeCacheKey(string $name = ''): string method hasIndex (line 171) | public function hasIndex(int $index) method hasModelAtIndex (line 179) | public function hasModelAtIndex($index, Model $model): bool method updateModelAtIndex (line 200) | public function updateModelAtIndex(int $index, Model $model): int method forceDeleteModelAtIndex (line 221) | public function forceDeleteModelAtIndex(int $index, Model $model): bool FILE: src/Halcyon/Datasource/Datasource.php class Datasource (line 11) | class Datasource method getPostProcessor (line 28) | public function getPostProcessor(): Processor method delete (line 36) | public function delete(string $dirName, string $fileName, string $exte... method forceDelete (line 44) | public function forceDelete(string $dirName, string $fileName, string ... method makeCacheKey (line 58) | public function makeCacheKey(string $name = ''): string FILE: src/Halcyon/Datasource/DatasourceInterface.php type DatasourceInterface (line 9) | interface DatasourceInterface method hasTemplate (line 14) | public function hasTemplate(string $dirName, string $fileName, string ... method selectOne (line 19) | public function selectOne(string $dirName, string $fileName, string $e... method select (line 24) | public function select(string $dirName, array $options = []): array; method insert (line 29) | public function insert(string $dirName, string $fileName, string $exte... method update (line 34) | public function update(string $dirName, string $fileName, string $exte... method delete (line 39) | public function delete(string $dirName, string $fileName, string $exte... method forceDelete (line 44) | public function forceDelete(string $dirName, string $fileName, string ... method lastModified (line 49) | public function lastModified(string $dirName, string $fileName, string... method makeCacheKey (line 54) | public function makeCacheKey(string $name = ''): string; FILE: src/Halcyon/Datasource/DbDatasource.php class DbDatasource (line 17) | class DbDatasource extends Datasource implements DatasourceInterface method __construct (line 42) | public function __construct(string $source, string $table) method hasTemplate (line 54) | public function hasTemplate(string $dirName, string $fileName, string ... method selectOne (line 62) | public function selectOne(string $dirName, string $fileName, string $e... method select (line 92) | public function select(string $dirName, array $options = []): array method insert (line 173) | public function insert(string $dirName, string $fileName, string $exte... method update (line 224) | public function update(string $dirName, string $fileName, string $exte... method delete (line 277) | public function delete(string $dirName, string $fileName, string $exte... method lastModified (line 302) | public function lastModified(string $dirName, string $fileName, string... method makeCacheKey (line 325) | public function makeCacheKey(string $name = ''): string method getBaseQuery (line 333) | protected function getBaseQuery() method getQuery (line 341) | protected function getQuery(bool $withTrashed = true) method makeFilePath (line 370) | protected function makeFilePath(string $dirName, string $fileName, str... method flushCache (line 378) | protected function flushCache() FILE: src/Halcyon/Datasource/FileDatasource.php class FileDatasource (line 19) | class FileDatasource extends Datasource implements DatasourceInterface method __construct (line 34) | public function __construct(string $basePath, Filesystem $files) method hasTemplate (line 46) | public function hasTemplate(string $dirName, string $fileName, string ... method selectOne (line 54) | public function selectOne(string $dirName, string $fileName, string $e... method select (line 77) | public function select(string $dirName, array $options = []): array method insert (line 156) | public function insert(string $dirName, string $fileName, string $exte... method update (line 177) | public function update(string $dirName, string $fileName, string $exte... method delete (line 211) | public function delete(string $dirName, string $fileName, string $exte... method lastModified (line 226) | public function lastModified(string $dirName, string $fileName, string... method validateDirectoryForSave (line 242) | protected function validateDirectoryForSave(string $dirName, string $f... method makeFilePath (line 271) | protected function makeFilePath(string $dirName, string $fileName, str... method getBasePath (line 279) | public function getBasePath(): string method makeCacheKey (line 287) | public function makeCacheKey(string $name = ''): string FILE: src/Halcyon/Datasource/Resolver.php class Resolver (line 9) | class Resolver implements ResolverInterface method __construct (line 24) | public function __construct(array $datasources = []) method datasource (line 34) | public function datasource(?string $name = null): DatasourceInterface method addDatasource (line 46) | public function addDatasource(string $name, DatasourceInterface $datas... method hasDatasource (line 54) | public function hasDatasource(string $name): bool method getDefaultDatasource (line 62) | public function getDefaultDatasource(): ?string method setDefaultDatasource (line 70) | public function setDefaultDatasource(string $name) FILE: src/Halcyon/Datasource/ResolverInterface.php type ResolverInterface (line 9) | interface ResolverInterface method datasource (line 14) | public function datasource(?string $name = null): DatasourceInterface; method getDefaultDatasource (line 19) | public function getDefaultDatasource(): ?string; method setDefaultDatasource (line 24) | public function setDefaultDatasource(string $name); FILE: src/Halcyon/Exception/CreateDirectoryException.php class CreateDirectoryException (line 12) | class CreateDirectoryException extends RuntimeException method setInvalidPath (line 22) | public function setInvalidPath(string $path): CreateDirectoryException method getInvalidPath (line 34) | public function getInvalidPath(): string FILE: src/Halcyon/Exception/CreateFileException.php class CreateFileException (line 12) | class CreateFileException extends RuntimeException method setInvalidPath (line 22) | public function setInvalidPath(string $path): CreateFileException method getInvalidPath (line 34) | public function getInvalidPath(): string FILE: src/Halcyon/Exception/DeleteFileException.php class DeleteFileException (line 12) | class DeleteFileException extends RuntimeException method setInvalidPath (line 22) | public function setInvalidPath(string $path): DeleteFileException method getInvalidPath (line 34) | public function getInvalidPath(): string FILE: src/Halcyon/Exception/FileExistsException.php class FileExistsException (line 12) | class FileExistsException extends RuntimeException method setInvalidPath (line 22) | public function setInvalidPath(string $path): FileExistsException method getInvalidPath (line 34) | public function getInvalidPath(): string FILE: src/Halcyon/Exception/InvalidDirectoryNameException.php class InvalidDirectoryNameException (line 11) | class InvalidDirectoryNameException extends RuntimeException method setInvalidDirectoryName (line 21) | public function setInvalidDirectoryName(string $invalidDirName): Inval... method getInvalidDirectoryName (line 33) | public function getInvalidDirectoryName(): string FILE: src/Halcyon/Exception/InvalidExtensionException.php class InvalidExtensionException (line 11) | class InvalidExtensionException extends RuntimeException method setInvalidExtension (line 26) | public function setInvalidExtension(string $invalidExtension): Invalid... method getInvalidExtension (line 38) | public function getInvalidExtension(): string method setAllowedExtensions (line 46) | public function setAllowedExtensions(array $allowedExtensions): Invali... method getAllowedExtensions (line 56) | public function getAllowedExtensions(): array FILE: src/Halcyon/Exception/InvalidFileNameException.php class InvalidFileNameException (line 11) | class InvalidFileNameException extends RuntimeException method setInvalidFileName (line 21) | public function setInvalidFileName(string $invalidFileName): InvalidFi... method getInvalidFileName (line 33) | public function getInvalidFileName(): string FILE: src/Halcyon/Exception/MissingFileNameException.php class MissingFileNameException (line 11) | class MissingFileNameException extends RuntimeException method setModel (line 21) | public function setModel(string $model): MissingFileNameException method getModel (line 33) | public function getModel(): string FILE: src/Halcyon/Exception/ModelException.php class ModelException (line 14) | class ModelException extends ValidationException method __construct (line 29) | public function __construct(Model $model) method errors (line 43) | public function errors(): array method getErrors (line 51) | public function getErrors(): MessageBag method getModel (line 59) | public function getModel(): Model FILE: src/Halcyon/HalcyonServiceProvider.php class HalcyonServiceProvider (line 12) | class HalcyonServiceProvider extends ServiceProvider method boot (line 19) | public function boot() method register (line 33) | public function register() FILE: src/Halcyon/Migrations/2021_10_01_000001_Db_Templates.php method up (line 8) | public function up() method down (line 21) | public function down() FILE: src/Halcyon/Model.php class Model (line 20) | class Model extends Extendable implements ArrayAccess, Arrayable, Jsonab... method __construct (line 127) | public function __construct(array $attributes = []) method bootIfNotBooted (line 147) | protected function bootIfNotBooted() method booting (line 165) | protected static function booting() method boot (line 173) | protected static function boot() method bootTraits (line 181) | protected static function bootTraits() method initializeTraits (line 211) | protected function initializeTraits() method booted (line 221) | protected static function booted() method clearBootedModels (line 229) | public static function clearBootedModels() method getIdAttribute (line 239) | public function getIdAttribute() method getBaseFileNameAttribute (line 248) | public function getBaseFileNameAttribute() method addFillable (line 263) | public function addFillable($attributes = null) method addPurgeable (line 275) | public function addPurgeable($attributes = null) method getSettingsAttribute (line 287) | public function getSettingsAttribute() method setSettingsAttribute (line 308) | public function setSettingsAttribute($value) method setFileNameAttribute (line 319) | public function setFileNameAttribute($value) method getObjectTypeDirName (line 335) | public function getObjectTypeDirName() method getAllowedExtensions (line 344) | public function getAllowedExtensions() method isCompoundObject (line 353) | public function isCompoundObject() method getWrapCode (line 362) | public function getWrapCode() method getMaxNesting (line 371) | public function getMaxNesting() method isLoadedFromCache (line 380) | public function isLoadedFromCache() method setLoadedFromCache (line 389) | public function setLoadedFromCache($value) method fill (line 399) | public function fill(array $attributes) method fillableFromArray (line 415) | protected function fillableFromArray(array $attributes) method newInstance (line 435) | public function newInstance($attributes = [], $exists = false) method newFromBuilder (line 453) | public function newFromBuilder($attributes = [], $datasource = null) method hydrate (line 476) | public static function hydrate(array $items, $datasource = null) method create (line 492) | public static function create(array $attributes = []) method query (line 505) | public static function query() method on (line 515) | public static function on($datasource = null) method all (line 530) | public static function all() method isFillable (line 542) | public function isFillable($key) method toJson (line 564) | public function toJson($options = 0) method jsonSerialize (line 572) | public function jsonSerialize(): array method toArray (line 581) | public function toArray() method attributesToArray (line 590) | public function attributesToArray() method getArrayableAppends (line 624) | protected function getArrayableAppends() method getAttribute (line 640) | public function getAttribute($key) method getAttributeFromArray (line 669) | protected function getAttributeFromArray($key) method hasGetMutator (line 681) | public function hasGetMutator($key) method mutateAttribute (line 692) | protected function mutateAttribute($key, $value) method mutateAttributeForArray (line 703) | protected function mutateAttributeForArray($key, $value) method setAttribute (line 716) | public function setAttribute($key, $value) method hasSetMutator (line 749) | public function hasSetMutator($key) method getAttributes (line 758) | public function getAttributes() method setRawAttributes (line 769) | public function setRawAttributes(array $attributes, $sync = false) method getOriginal (line 786) | public function getOriginal($key = null, $default = null) method syncOriginal (line 795) | public function syncOriginal() method syncOriginalAttribute (line 807) | public function syncOriginalAttribute($attribute) method isDirty (line 819) | public function isDirty($attributes = null) method getDirty (line 844) | public function getDirty() method originalIsNumericallyEquivalent (line 875) | protected function originalIsNumericallyEquivalent($key) method delete (line 889) | public function delete() method performDeleteOnModel (line 916) | protected function performDeleteOnModel() method update (line 927) | public function update(array $attributes = []) method save (line 942) | public function save(?array $options = null) method saveInternal (line 952) | public function saveInternal(array $options = []) method finishSave (line 988) | protected function finishSave(array $options) method performUpdate (line 1004) | protected function performUpdate(Builder $query, array $options = []) method performInsert (line 1036) | protected function performInsert(Builder $query, array $options = []) method newQuery (line 1062) | public function newQuery() method newCollection (line 1077) | public function newCollection(array $models = []) method getFileNameParts (line 1086) | public function getFileNameParts($fileName = null) method getDatasource (line 1110) | public function getDatasource() method getDatasourceName (line 1120) | public function getDatasourceName() method setDatasource (line 1131) | public function setDatasource($name) method resolveDatasource (line 1144) | public static function resolveDatasource($datasource = null) method getDatasourceResolver (line 1154) | public static function getDatasourceResolver() method setDatasourceResolver (line 1165) | public static function setDatasourceResolver(Resolver $resolver) method unsetDatasourceResolver (line 1175) | public static function unsetDatasourceResolver() method getCacheManager (line 1185) | public static function getCacheManager() method setCacheManager (line 1196) | public static function setCacheManager($cache) method unsetCacheManager (line 1206) | public static function unsetCacheManager() method initCacheItem (line 1216) | public static function initCacheItem(&$item) method getMutatedAttributes (line 1225) | public function getMutatedAttributes() method cacheMutatedAttributes (line 1242) | public static function cacheMutatedAttributes($class) method __get (line 1264) | public function __get($key) method __set (line 1280) | public function __set($key, $value) method offsetExists (line 1296) | public function offsetExists($offset): bool method offsetGet (line 1307) | public function offsetGet($offset): mixed method offsetSet (line 1319) | public function offsetSet($offset, $value): void method offsetUnset (line 1330) | public function offsetUnset($offset): void method __isset (line 1341) | public function __isset($key) method __unset (line 1356) | public function __unset($key) method __call (line 1368) | public function __call($method, $parameters) method __callStatic (line 1386) | public static function __callStatic($method, $parameters) method __toString (line 1398) | public function __toString() method __sleep (line 1406) | public function __sleep() method __wakeup (line 1418) | public function __wakeup() FILE: src/Halcyon/Processors/Processor.php class Processor (line 12) | class Processor method processSelectOne (line 22) | public function processSelectOne(Builder $query, $result) method processSelect (line 40) | public function processSelect(Builder $query, $results) method parseTemplateContent (line 62) | protected function parseTemplateContent($query, $result, $fileName) method processInsert (line 88) | public function processInsert(Builder $query, $data) method processUpdate (line 105) | public function processUpdate(Builder $query, $data) FILE: src/Halcyon/Processors/SectionParser.php class SectionParser (line 13) | class SectionParser method render (line 23) | public static function render($data, $options = []) method parse (line 104) | public static function parse($content, $options = []) method parseOffset (line 159) | public static function parseOffset($content) method cleanTemplateSection (line 191) | protected static function cleanTemplateSection($content) method splitContentSections (line 202) | protected static function splitContentSections($content) method calculateLinePosition (line 214) | protected static function calculateLinePosition($content, $instance = 1) method adjustLinePosition (line 240) | protected static function adjustLinePosition($content, $startLine = -1) FILE: src/Halcyon/Traits/Validation.php type Validation (line 10) | trait Validation method bootValidation (line 50) | public static function bootValidation() method getValidationAttributes (line 80) | protected function getValidationAttributes() method makeValidator (line 90) | protected static function makeValidator($data, $rules, $customMessages... method forceSave (line 99) | public function forceSave($options = null) method validate (line 108) | public function validate($rules = null, $customMessages = null, $attri... method processValidationRules (line 219) | protected function processValidationRules($rules) method processRuleFieldNames (line 259) | protected function processRuleFieldNames($rules) method isAttributeRequired (line 282) | public function isAttributeRequired($attribute) method errors (line 315) | public function errors() method validating (line 325) | public static function validating($callback) method validated (line 335) | public static function validated($callback) method getModelValidator (line 344) | public static function getModelValidator() method setModelValidator (line 358) | public static function setModelValidator($validator) method unsetModelValidator (line 367) | public static function unsetModelValidator() FILE: src/Html/BlockBuilder.php class BlockBuilder (line 12) | class BlockBuilder method put (line 27) | public function put(string $name) method startBlock (line 35) | public function startBlock(string $name) method endPut (line 45) | public function endPut(bool $append = false) method endBlock (line 54) | public function endBlock(bool $append = false) method set (line 74) | public function set(string $name, $content) method append (line 82) | public function append(string $name, $content) method placeholder (line 94) | public function placeholder(string $name, $default = null) method has (line 109) | public function has(string $name): bool method get (line 117) | public function get(string $name, $default = null) method reset (line 129) | public function reset() FILE: src/Html/FormBuilder.php class FormBuilder (line 14) | class FormBuilder method __construct (line 104) | public function __construct(HtmlBuilder $html, UrlGeneratorBase $url, ... method open (line 117) | public function open(array $options = []) method ajax (line 175) | public function ajax($handler, array $options = []) method model (line 204) | public function model($model, array $options = []) method setModel (line 216) | public function setModel($model) method close (line 225) | public function close() method token (line 238) | public function token() method label (line 254) | public function label($name, $value = null, $options = []) method formatLabel (line 271) | protected function formatLabel($name, $value) method input (line 284) | public function input($type, $name, $value = null, $options = []) method text (line 316) | public function text($name, $value = null, $options = []) method password (line 327) | public function password($name, $options = []) method hidden (line 339) | public function hidden($name, $value = null, $options = []) method email (line 351) | public function email($name, $value = null, $options = []) method number (line 363) | public function number($name, $value = null, $options = []) method url (line 375) | public function url($name, $value = null, $options = []) method file (line 386) | public function file($name, $options = []) method textarea (line 402) | public function textarea($name, $value = null, $options = []) method setTextAreaSize (line 432) | protected function setTextAreaSize($options) method setQuickTextAreaSize (line 454) | protected function setQuickTextAreaSize($options) method select (line 473) | public function select($name, $list = [], $selected = null, $options =... method selectOptions (line 523) | public function selectOptions($name, $list = [], $selected = null, $op... method selectRange (line 537) | public function selectRange($name, $begin, $end, $selected = null, $op... method selectYear (line 553) | public function selectYear() method selectMonth (line 566) | public function selectMonth($name, $selected = null, $options = [], $f... method getSelectOption (line 585) | public function getSelectOption($display, $value, $selected) method optionGroup (line 601) | protected function optionGroup($list, $label, $selected) method option (line 619) | protected function option($display, $value, $selected) method getSelectedValue (line 634) | protected function getSelectedValue($value, $selected) method checkbox (line 655) | public function checkbox($name, $value = 1, $checked = null, $options ... method radio (line 668) | public function radio($name, $value = null, $checked = null, $options ... method checkable (line 686) | protected function checkable($type, $name, $value, $checked, $options) method getCheckedState (line 705) | protected function getCheckedState($type, $name, $value, $checked) method getCheckboxCheckedState (line 726) | protected function getCheckboxCheckedState($name, $value, $checked) method getRadioCheckedState (line 752) | protected function getRadioCheckedState($name, $value, $checked) method missingOldAndModel (line 766) | protected function missingOldAndModel($name) method reset (line 777) | public function reset($value, $attributes = []) method image (line 789) | public function image($url, $name = null, $attributes = []) method submit (line 802) | public function submit($value = null, $options = []) method button (line 813) | public function button($value = null, $options = []) method getMethod (line 827) | protected function getMethod($method) method getAction (line 839) | protected function getAction(array $options) method getUrlAction (line 867) | protected function getUrlAction($options) method getRouteAction (line 881) | protected function getRouteAction($options) method getControllerAction (line 895) | protected function getControllerAction($options) method getAppendage (line 909) | protected function getAppendage($method) method getIdAttribute (line 936) | public function getIdAttribute($name, $attributes) method getValueAttribute (line 953) | public function getValueAttribute($name, $value = null) method getModelValueAttribute (line 977) | protected function getModelValueAttribute($name) method old (line 992) | public function old($name) method oldInputIsEmpty (line 1003) | public function oldInputIsEmpty() method transformKey (line 1013) | protected function transformKey($key) method getSessionStore (line 1022) | public function getSessionStore() method setSessionStore (line 1032) | public function setSessionStore(Session $session) method value (line 1046) | public function value($name, $value = null) method requestHandler (line 1072) | protected function requestHandler($name = null) method sessionKey (line 1085) | public function sessionKey($sessionKey = null) method getSessionKey (line 1098) | public function getSessionKey() FILE: src/Html/Helper.php class Helper (line 9) | class Helper method nameToId (line 18) | public static function nameToId($string) method nameToArray (line 30) | public static function nameToArray($string) method nameToDot (line 61) | public static function nameToDot($string) method reduceNameHierarchy (line 76) | public static function reduceNameHierarchy($fieldName, $level) FILE: src/Html/HtmlBuilder.php class HtmlBuilder (line 15) | class HtmlBuilder method __construct (line 32) | public function __construct(?UrlGenerator $url = null) method entities (line 43) | public function entities($value) method decode (line 54) | public function decode($value) method script (line 67) | public function script($url, $attributes = [], $secure = null) method style (line 82) | public function style($url, $attributes = [], $secure = null) method image (line 102) | public function image($url, $alt = null, $attributes = [], $secure = n... method link (line 118) | public function link($url, $title = null, $attributes = [], $secure = ... method secureLink (line 137) | public function secureLink($url, $title = null, $attributes = []) method linkAsset (line 151) | public function linkAsset($url, $title = null, $attributes = [], $secu... method linkSecureAsset (line 166) | public function linkSecureAsset($url, $title = null, $attributes = []) method linkRoute (line 180) | public function linkRoute($name, $title = null, $parameters = [], $att... method linkAction (line 194) | public function linkAction($action, $title = null, $parameters = [], $... method mailto (line 207) | public function mailto($email, $title = null, $attributes = []) method email (line 224) | public function email($email) method ol (line 236) | public function ol($list, $attributes = []) method ul (line 248) | public function ul($list, $attributes = []) method listing (line 261) | protected function listing($type, $list, $attributes = []) method listingElement (line 289) | protected function listingElement($key, $type, $value) method nestedListing (line 306) | protected function nestedListing($key, $type, $value) method attributes (line 321) | public function attributes($attributes) method attributeElement (line 346) | protected function attributeElement($key, $value) method obfuscate (line 374) | public function obfuscate($value) method strip (line 409) | public static function strip($string, $allow = '') method limit (line 421) | public static function limit($html, $maxLength = 100, $end = '...') method minify (line 487) | public static function minify($html) method clean (line 513) | public static function clean(string $html): string method cleanCss (line 530) | public static function cleanCss(string $css): string method cleanVector (line 550) | public static function cleanVector(string $html): string method isValidColor (line 565) | public function isValidColor(string $value): bool FILE: src/Html/HtmlServiceProvider.php class HtmlServiceProvider (line 12) | class HtmlServiceProvider extends ServiceProvider implements DeferrableP... method register (line 17) | public function register() method registerHtmlBuilder (line 30) | protected function registerHtmlBuilder() method registerFormBuilder (line 41) | protected function registerFormBuilder() method registerBlockBuilder (line 53) | protected function registerBlockBuilder() method provides (line 63) | public function provides() FILE: src/Html/UrlMixin.php class UrlMixin (line 12) | class UrlMixin method __construct (line 24) | public function __construct($provider) method makeRelative (line 32) | public function makeRelative($url) method toRelative (line 44) | public function toRelative($url) method toSigned (line 54) | public function toSigned($url, $expiration = null, $absolute = true) method assetVersion (line 93) | public function assetVersion(string $path): string FILE: src/Html/UrlServiceProvider.php class UrlServiceProvider (line 11) | class UrlServiceProvider extends ServiceProvider method register (line 16) | public function register() method registerUrlGeneratorPolicy (line 36) | protected function registerUrlGeneratorPolicy() method registerRelativeHelpers (line 68) | protected function registerRelativeHelpers() method registerRequestHelpers (line 92) | protected function registerRequestHelpers() FILE: src/Installer/Console/OctoberBuild.php class OctoberBuild (line 15) | class OctoberBuild extends Command method handle (line 33) | public function handle() method getOptions (line 46) | protected function getOptions() FILE: src/Installer/Console/OctoberInstall.php class OctoberInstall (line 22) | class OctoberInstall extends Command method handle (line 45) | public function handle() method handleNonInteractive (line 93) | protected function handleNonInteractive() method setupDemoTheme (line 138) | protected function setupDemoTheme() method setupLanguage (line 149) | protected function setupLanguage() method outputLanguageTable (line 175) | protected function outputLanguageTable() method setupApplicationUrls (line 201) | protected function setupApplicationUrls() method setupEncryptionKey (line 229) | protected function setupEncryptionKey() method setupDatabaseConfig (line 245) | protected function setupDatabaseConfig() method checkDatabaseFromConfig (line 294) | protected function checkDatabaseFromConfig($driver) method setupDatabase (line 309) | protected function setupDatabase($driver) method setupDatabaseSqlite (line 365) | protected function setupDatabaseSqlite() method setupLicenseKey (line 404) | protected function setupLicenseKey() method setupMigrateDatabase (line 438) | protected function setupMigrateDatabase() method outputNonInteractive (line 453) | protected function outputNonInteractive() method getOptions (line 483) | protected function getOptions() FILE: src/Installer/GatewayClient.php class GatewayClient (line 24) | class GatewayClient method setCredentials (line 78) | public function setCredentials(string $apiKey, string $apiSecret): self method setProjectHash (line 90) | public function setProjectHash(string $projectHash): self method setTimeout (line 99) | public function setTimeout(int $seconds): self method createProject (line 117) | public function createProject(string $name, array $options = []): array method updateProject (line 133) | public function updateProject(int $projectId, array $options = []): array method deleteProject (line 148) | public function deleteProject(int $projectId): array method listProjects (line 163) | public function listProjects(int $limit = 50, ?string $cursor = null):... method getProject (line 179) | public function getProject(int $projectId): array method lookupByDomain (line 193) | public function lookupByDomain(string $domainName): array method rotateLicense (line 207) | public function rotateLicense(int $projectId): array method attachPackage (line 223) | public function attachPackage(int $projectId, string $packageCode, str... method detachPackage (line 241) | public function detachPackage(int $projectId, string $packageCode, str... method getProjectDetail (line 261) | public function getProjectDetail(?string $projectHash = null): array method checkForUpdates (line 275) | public function checkForUpdates(array $options = []): array method getPackages (line 303) | public function getPackages(array $codes, string $type = 'plugin'): array method getPackage (line 319) | public function getPackage(string $code, string $type = 'plugin'): array method getPackageContent (line 335) | public function getPackageContent(string $code, string $type = 'plugin... method browsePackages (line 352) | public function browsePackages(int $page = 1, string $type = 'plugin',... method searchPackages (line 372) | public function searchPackages(string $query, ?string $type = null): a... method getInstallDetail (line 387) | public function getInstallDetail(): array method requestWithHmac (line 399) | protected function requestWithHmac(string $endpoint, array $params): a... method requestWithProject (line 427) | protected function requestWithProject(string $endpoint, array $params)... method request (line 449) | protected function request(string $endpoint, array $params = [], strin... method parseHeaders (line 518) | protected function parseHeaders(string $headerString): array method getLastResponseSignature (line 533) | public function getLastResponseSignature(): ?string method getLastStatusCode (line 541) | public function getLastStatusCode(): int method getRetryAfter (line 549) | public function getRetryAfter(): ?int method getLastErrorCode (line 558) | public function getLastErrorCode(): ?string method isRateLimited (line 566) | public function isRateLimited(): bool method isAuthError (line 574) | public function isAuthError(): bool method isValidationError (line 582) | public function isValidationError(): bool FILE: src/Installer/InstallEventHandler.php class InstallEventHandler (line 11) | class InstallEventHandler method subscribe (line 16) | public function subscribe($events) method extendPageDisplay (line 24) | public function extendPageDisplay($controller, $action, $params) method checkProjectState (line 38) | protected function checkProjectState() FILE: src/Installer/InstallManager.php class InstallManager (line 19) | class InstallManager method instance (line 29) | public static function instance(): static method requestProjectDetails (line 39) | public function requestProjectDetails($projectId) method getComposerUrl (line 47) | public function getComposerUrl(bool $withProtocol = true): string method requestServerData (line 60) | public function requestServerData($uri, $postData = []) method createServerUrl (line 98) | protected function createServerUrl($uri) method makeHttpRequest (line 114) | protected function makeHttpRequest($url, $postData) FILE: src/Installer/Traits/SetupBuilder.php type SetupBuilder (line 13) | trait SetupBuilder method getUpdateWantVersion (line 18) | public function getUpdateWantVersion() method getLang (line 26) | public function getLang($key, $vars = []) method setupInstallOctober (line 34) | protected function setupInstallOctober() method composerRequireCore (line 46) | protected function composerRequireCore($composer, $want = null) method setupSetProject (line 63) | protected function setupSetProject($licenseKey) method outputIntro (line 84) | protected function outputIntro() method outputOutro (line 105) | protected function outputOutro() method outputFailedOutro (line 140) | protected function outputFailedOutro() method nonInteractiveCheck (line 171) | protected function nonInteractiveCheck(): bool FILE: src/Installer/Traits/SetupHelper.php type SetupHelper (line 19) | trait SetupHelper method setComposerAuth (line 29) | protected function setComposerAuth($email, $projectKey) method setDemoContent (line 52) | protected function setDemoContent($confirm = true) method processWantString (line 69) | protected function processWantString($version) method addModulesToGitignore (line 85) | protected function addModulesToGitignore($gitignore) method setEnvVars (line 104) | protected function setEnvVars(array $vars) method setEnvVar (line 114) | protected function setEnvVar($key, $value) method encodeEnvVar (line 138) | protected function encodeEnvVar($value) method getEnvVar (line 165) | protected function getEnvVar(string $key, $default = null) method checkDatabase (line 173) | protected function checkDatabase($type, $host, $port, $name, $user, $p... method checkSqliteFile (line 227) | protected function checkSqliteFile($filename) method injectJsonToFile (line 245) | protected function injectJsonToFile(string $filename, array $jsonArr, ... method mergeRecursive (line 265) | protected function mergeRecursive(array $array1, $array2) method getAvailableLocales (line 288) | public function getAvailableLocales() method getRandomKey (line 343) | protected function getRandomKey(): string method getKeyLength (line 351) | protected function getKeyLength(string $cipher): int method checkEnvWritable (line 359) | protected function checkEnvWritable() method getComposerUrl (line 381) | protected function getComposerUrl(bool $withProtocol = true): string method refreshEnvVars (line 389) | protected function refreshEnvVars() FILE: src/Mail/FakeMailer.php class FakeMailer (line 13) | class FakeMailer extends MailFakeBase method send (line 18) | public function send($view, $data = [], $callback = null): void method queue (line 30) | public function queue($view, $data = null, $callback = null, $queue = ... method mailablesOf (line 42) | protected function mailablesOf($type): Collection method queuedMailablesOf (line 52) | protected function queuedMailablesOf($type): Collection method buildMailable (line 62) | public function buildMailable($view, $data, $callback, $queued = false) FILE: src/Mail/MailManager.php class MailManager (line 12) | class MailManager extends MailManagerBase method resolve (line 20) | protected function resolve($name) FILE: src/Mail/MailParser.php class MailParser (line 12) | class MailParser method parse (line 36) | public static function parse($content) FILE: src/Mail/MailServiceProvider.php class MailServiceProvider (line 11) | class MailServiceProvider extends MailServiceProviderBase method registerIlluminateMailer (line 16) | protected function registerIlluminateMailer() FILE: src/Mail/Mailable.php class Mailable (line 13) | class Mailable extends MailableBase method build (line 33) | public function build() method buildViewData (line 43) | public function buildViewData() method withSerializedData (line 60) | public function withSerializedData($data) method buildSubject (line 79) | protected function buildSubject($message) method siteContext (line 94) | public function siteContext($siteId) method withLocale (line 108) | public function withLocale($locale, $callback) method forceMailer (line 125) | public function forceMailer($mailer) method mailer (line 137) | public function mailer($mailer) FILE: src/Mail/Mailer.php class Mailer (line 19) | class Mailer extends MailerBase method send (line 36) | public function send($view, array $data = [], $callback = null) method sendTo (line 170) | public function sendTo($recipients, $view, array $data = [], $callback... method queue (line 211) | public function queue($view, $data = null, $callback = null, $queue = ... method queueOn (line 234) | public function queueOn($queue, $view, $data = null, $callback = null) method later (line 249) | public function later($delay, $view, $data = null, $callback = null, $... method laterOn (line 273) | public function laterOn($queue, $delay, $view, ?array $data = null, $c... method buildQueueMailable (line 284) | protected function buildQueueMailable($view, $data, $callback, $queue) method raw (line 326) | public function raw($view, $callback) method rawTo (line 347) | public function rawTo($recipients, $view, $callback = null, $options =... method processRecipients (line 368) | protected function processRecipients($recipients) method addContent (line 419) | protected function addContent($message, $view, $plain, $raw, $data) method addContentRaw (line 506) | protected function addContentRaw($message, $html, $text) method pretend (line 523) | public function pretend($value = true) FILE: src/Network/Http.php class Http (line 59) | class Http method make (line 159) | public static function make($url, $method, $options = null): Http method get (line 178) | public static function get($url, $options = null): Http method post (line 190) | public static function post($url, $options = null): Http method delete (line 202) | public static function delete($url, $options = null): Http method patch (line 214) | public static function patch($url, $options = null): Http method put (line 225) | public static function put($url, $options = null): Http method options (line 236) | public static function options($url, $options = null): Http method send (line 245) | public function send(): Http method getRequestData (line 369) | public function getRequestData() method data (line 399) | public function data($key, $value = null): Http method dataFile (line 416) | public function dataFile(string $key, string $filePath): Http method header (line 427) | public function header($key, $value = null): Http method proxy (line 444) | public function proxy($type, $host, $port, $username = null, $password... method auth (line 470) | public function auth($user, $pass = null): Http method noRedirect (line 485) | public function noRedirect(): Http method verifySSL (line 500) | public function verifySSL(): Http method timeout (line 511) | public function timeout($timeout): Http method toFile (line 523) | public function toFile($path, $filter = null): Http method headerCallback (line 540) | public function headerCallback($callback): Http method setOption (line 552) | public function setOption($option, $value = null): Http method __toString (line 589) | public function __toString() method headerToArray (line 597) | protected function headerToArray(string $header): array FILE: src/Parse/Bracket.php class Bracket (line 9) | class Bracket method __construct (line 23) | public function __construct($options = []) method setOptions (line 28) | public function setOptions($options = []) method parse (line 40) | public static function parse($template, $vars = [], $options = []) method parseString (line 52) | public function parseString($string, $data) method parseKey (line 79) | protected function parseKey($key, $value, $string) method parseKeyFilters (line 101) | protected function parseKeyFilters($key, $value, $string) method parseKeyBooleans (line 123) | protected function parseKeyBooleans($key, $value, $string) method parseLoop (line 147) | protected function parseLoop($key, $data, $string) method parseLoopRegex (line 183) | protected function parseLoopRegex($string, $key) FILE: src/Parse/ComponentParser.php class ComponentParser (line 9) | class ComponentParser method parse (line 14) | public function parse($contents) method parseContentInternal (line 22) | protected function parseContentInternal($content) method parseAttributes (line 54) | protected function parseAttributes($attributeString) method parseContent (line 68) | protected function parseContent($tag, $attributes) FILE: src/Parse/Ini.php class Ini (line 13) | class Ini method parse (line 20) | public function parse($contents) method parseFile (line 33) | public function parseFile($fileName) method render (line 49) | public function render($vars = [], $options = []) method parsePreProcess (line 100) | protected function parsePreProcess($contents) method parsePostProcess (line 153) | protected function parsePostProcess($array) method expandProperty (line 180) | protected function expandProperty(&$array, $key, $value) method renderProperties (line 212) | protected function renderProperties($vars = []) method flattenProperties (line 251) | protected function flattenProperties($array, $prepend = '') method evalValue (line 278) | protected function evalValue($value) method isFinalArray (line 298) | protected function isFinalArray(array $array) method validateKeyName (line 308) | protected function validateKeyName($keyName): bool FILE: src/Parse/Markdown.php class Markdown (line 31) | class Markdown method parse (line 43) | public function parse($text): string method parseClean (line 52) | public function parseClean($text): string method parseSafe (line 65) | public function parseSafe($text): string method parseIndent (line 79) | public function parseIndent($text): string method parseLine (line 93) | public function parseLine($text): string method parseInternal (line 101) | protected function parseInternal($text, $method = 'text'): string method getParser (line 125) | protected function getParser(): ParsedownExtra FILE: src/Parse/MarkdownData.php class MarkdownData (line 11) | class MarkdownData method __construct (line 18) | public function __construct($text) FILE: src/Parse/ParseServiceProvider.php class ParseServiceProvider (line 9) | class ParseServiceProvider extends ServiceProvider implements Deferrable... method register (line 14) | public function register() method provides (line 37) | public function provides() FILE: src/Parse/Parsedown/Parsedown.php class Parsedown (line 6) | class Parsedown method text (line 174) | public function text($text) method textElements (line 190) | protected function textElements($text) method setBreaksEnabled (line 211) | public function setBreaksEnabled($breaksEnabled) method setMarkupEscaped (line 221) | public function setMarkupEscaped($markupEscaped) method setUrlsLinked (line 231) | public function setUrlsLinked($urlsLinked) method setSafeMode (line 241) | public function setSafeMode($safeMode) method setStrictMode (line 251) | public function setStrictMode($strictMode) method setIndentMode (line 261) | public function setIndentMode($indentMode) method lines (line 271) | protected function lines(array $lines) method linesElements (line 279) | protected function linesElements(array $lines) method extractElement (line 393) | protected function extractElement(array $Component) method isBlockContinuable (line 410) | protected function isBlockContinuable($Type) method isBlockCompletable (line 418) | protected function isBlockCompletable($Type) method blockCode (line 426) | protected function blockCode($Line, $Block = null) method blockCodeContinue (line 452) | protected function blockCodeContinue($Line, $Block) method blockCodeComplete (line 474) | protected function blockCodeComplete($Block) method blockComment (line 482) | protected function blockComment($Line) method blockCommentContinue (line 507) | protected function blockCommentContinue($Line, array $Block) method blockFencedCode (line 525) | protected function blockFencedCode($Line) method blockFencedCodeContinue (line 579) | protected function blockFencedCodeContinue($Line, $Block) method blockFencedCodeComplete (line 610) | protected function blockFencedCodeComplete($Block) method blockHeader (line 618) | protected function blockHeader($Line) method blockList (line 651) | protected function blockList($Line, ?array $CurrentBlock = null) method blockListContinue (line 718) | protected function blockListContinue($Line, array $Block) method blockListComplete (line 796) | protected function blockListComplete(array $Block) method blockQuote (line 812) | protected function blockQuote($Line) method blockQuoteContinue (line 833) | protected function blockQuoteContinue($Line, array $Block) method blockRule (line 855) | protected function blockRule($Line) method blockSetextHeader (line 873) | protected function blockSetextHeader($Line, ?array $Block = null) method blockMarkup (line 889) | protected function blockMarkup($Line) method blockMarkupContinue (line 917) | protected function blockMarkupContinue($Line, array $Block) method blockReference (line 931) | protected function blockReference($Line) method blockTable (line 956) | protected function blockTable($Line, ?array $Block = null) method blockTableContinue (line 1069) | protected function blockTableContinue($Line, array $Block) method paragraph (line 1122) | protected function paragraph($Line) method paragraphContinue (line 1140) | protected function paragraphContinue($Line, array $Block) method line (line 1154) | public function line($text, $nonNestables = []) method lineElements (line 1162) | protected function lineElements($text, $nonNestables = []) method inlineText (line 1250) | protected function inlineText($text) method inlineCode (line 1272) | protected function inlineCode($Excerpt) method inlineEmailTag (line 1293) | protected function inlineEmailTag($Excerpt) method inlineEmphasis (line 1326) | protected function inlineEmphasis($Excerpt) method inlineEscapeSequence (line 1360) | protected function inlineEscapeSequence($Excerpt) method inlineImage (line 1373) | protected function inlineImage($Excerpt) method inlineLink (line 1409) | protected function inlineLink($Excerpt) method inlineMarkup (line 1479) | protected function inlineMarkup($Excerpt) method inlineSpecialCharacter (line 1510) | protected function inlineSpecialCharacter($Excerpt) method inlineStrikethrough (line 1528) | protected function inlineStrikethrough($Excerpt) method inlineUrl (line 1552) | protected function inlineUrl($Excerpt) method inlineUrlTag (line 1582) | protected function inlineUrlTag($Excerpt) method unmarkedText (line 1603) | protected function unmarkedText($text) method handle (line 1612) | protected function handle(array $Element) method handleElementRecursive (line 1646) | protected function handleElementRecursive(array $Element) method handleElementsRecursive (line 1654) | protected function handleElementsRecursive(array $Elements) method elementApplyRecursive (line 1662) | protected function elementApplyRecursive($closure, array $Element) method elementApplyRecursiveDepthFirst (line 1679) | protected function elementApplyRecursiveDepthFirst($closure, array $El... method elementsApplyRecursive (line 1696) | protected function elementsApplyRecursive($closure, array $Elements) method elementsApplyRecursiveDepthFirst (line 1708) | protected function elementsApplyRecursiveDepthFirst($closure, array $E... method element (line 1720) | protected function element(array $Element) method elements (line 1793) | protected function elements(array $Elements) method li (line 1822) | protected function li($lines) method pregReplaceElements (line 1844) | protected static function pregReplaceElements($regexp, $Elements, $text) method parse (line 1874) | function parse($text) method sanitiseElement (line 1884) | protected function sanitiseElement(array $Element) method filterUnsafeUrlInAttribute (line 1920) | protected function filterUnsafeUrlInAttribute(array $Element, $attribute) method escape (line 1936) | protected static function escape($text, $allowQuotes = false) method striAtStart (line 1944) | protected static function striAtStart($string, $needle) method instance (line 1959) | static function instance($name = 'default') FILE: src/Parse/Parsedown/ParsedownExtra.php class ParsedownExtra (line 9) | class ParsedownExtra extends Parsedown method __construct (line 34) | public function __construct() method text (line 49) | public function text($text) method blockAbbreviation (line 78) | protected function blockAbbreviation($Line) method blockFootnote (line 95) | protected function blockFootnote($Line) method blockFootnoteContinue (line 112) | protected function blockFootnoteContinue($Line, $Block) method blockFootnoteComplete (line 139) | protected function blockFootnoteComplete($Block) method blockDefinitionList (line 153) | protected function blockDefinitionList($Line, $Block) method blockDefinitionListContinue (line 189) | protected function blockDefinitionListContinue($Line, array $Block) method blockHeader (line 225) | protected function blockHeader($Line) method blockMarkup (line 244) | protected function blockMarkup($Line) method blockMarkupContinue (line 299) | protected function blockMarkupContinue($Line, array $Block) method blockMarkupComplete (line 333) | protected function blockMarkupComplete($Block) method blockSetextHeader (line 346) | protected function blockSetextHeader($Line, ?array $Block = null) method inlineFootnoteMarker (line 365) | protected function inlineFootnoteMarker($Excerpt) method inlineLink (line 401) | protected function inlineLink($Excerpt) method insertAbreviation (line 419) | protected function insertAbreviation(array $Element) method inlineText (line 445) | protected function inlineText($text) method addDdElement (line 469) | protected function addDdElement(array $Line, array $Block) method buildFootnoteElement (line 500) | protected function buildFootnoteElement() method parseAttributeData (line 591) | protected function parseAttributeData($attributeString) method processTag (line 617) | protected function processTag($elementMarkup) method sortFootnotes (line 676) | protected function sortFootnotes($A, $B) FILE: src/Parse/Syntax/FieldParser.php class FieldParser (line 12) | class FieldParser method __construct (line 68) | public function __construct($template = null, $options = []) method processTemplate (line 82) | protected function processTemplate($template) method parse (line 111) | public static function parse($template, $options = []) method getTags (line 120) | public function getTags() method getFieldTags (line 130) | public function getFieldTags($field) method getFields (line 139) | public function getFields() method getFieldParams (line 149) | public function getFieldParams($field) method getDefaultParams (line 159) | public function getDefaultParams($fields = null) method processRepeaterTags (line 190) | protected function processRepeaterTags($template) method processTags (line 223) | protected function processTags($template, $usingTags = null) method processParams (line 286) | protected function processParams($value, $tagName) method processParamsRegex (line 334) | protected function processParamsRegex($string) method processTagsRegex (line 370) | protected function processTagsRegex($string, $tags) method processOptionsToArray (line 402) | protected function processOptionsToArray($optionsString) FILE: src/Parse/Syntax/Parser.php class Parser (line 12) | class Parser method __construct (line 45) | public function __construct($template = null, $options = []) method parse (line 67) | public static function parse($template, $options = []) method render (line 78) | public function render($vars = [], $options = []) method getFieldValues (line 89) | public function getFieldValues() method toEditor (line 98) | public function toEditor() method toTwig (line 107) | public function toTwig() method toView (line 117) | public function toView() method toViewEngine (line 127) | protected function toViewEngine($engine) method processRepeatingTag (line 145) | protected function processRepeatingTag($engine, $template, $field, $ta... method processTag (line 186) | protected function processTag($engine, $template, $field, $tagString) method evalTwigViewField (line 202) | protected function evalTwigViewField($field, $params, $prefix = null) method evalSimpleViewField (line 258) | protected function evalSimpleViewField($field, $params, $prefix = null) FILE: src/Parse/Syntax/SyntaxModelTrait.php type SyntaxModelTrait (line 13) | trait SyntaxModelTrait method bootSyntaxModelTrait (line 18) | public static function bootSyntaxModelTrait() method initializeSyntaxModelTrait (line 28) | public function initializeSyntaxModelTrait() method defineSyntaxRelations (line 39) | public function defineSyntaxRelations() method getFormSyntaxData (line 60) | public function getFormSyntaxData() method getThumbForImage (line 96) | protected function getThumbForImage($image, $params = []) method getFormSyntaxFields (line 119) | public function getFormSyntaxFields() method makeSyntaxFields (line 157) | public function makeSyntaxFields($content) method getSyntaxParser (line 176) | public function getSyntaxParser($content) method getSyntaxDataColumnName (line 185) | public function getSyntaxDataColumnName() method getSyntaxData (line 194) | public function getSyntaxData() method getSyntaxFieldsColumnName (line 203) | public function getSyntaxFieldsColumnName() method getSyntaxFields (line 212) | public function getSyntaxFields() FILE: src/Parse/Twig.php class Twig (line 11) | class Twig method parse (line 19) | public function parse($contents, $vars = []) FILE: src/Parse/Yaml.php class Yaml (line 16) | class Yaml method parse (line 23) | public function parse($contents) method parseFile (line 35) | public function parseFile($fileName) method parseFileCached (line 54) | public function parseFileCached($fileName) method render (line 80) | public function render($vars = [], $options = []) FILE: src/Resize/ResizeBuilder.php class ResizeBuilder (line 9) | class ResizeBuilder method open (line 11) | public function open($filename) FILE: src/Resize/ResizeServiceProvider.php class ResizeServiceProvider (line 12) | class ResizeServiceProvider extends ServiceProvider implements Deferrabl... method register (line 17) | public function register() method provides (line 28) | public function provides() FILE: src/Resize/Resizer.php class Resizer (line 20) | class Resizer method __construct (line 73) | public function __construct($file) method open (line 103) | public static function open($file): Resizer method setOptions (line 111) | public function setOptions(array $options): static method getOption (line 128) | protected function getOption($option) method openImage (line 138) | protected function openImage($file): ImageInterface method reset (line 152) | public function reset(): static method save (line 163) | public function save($savePath) method resize (line 178) | public function resize($width, $height, $options = []): static method buildEncoderOptions (line 244) | protected function buildEncoderOptions(string $savePath): array FILE: src/Router/CoreRedirector.php class CoreRedirector (line 13) | class CoreRedirector extends RedirectorBase method intended (line 19) | public function intended($default = '/', $status = 302, $headers = [],... method getIntendedUrl (line 33) | public function getIntendedUrl() method setIntendedUrl (line 45) | public function setIntendedUrl($url) FILE: src/Router/CoreRouter.php class CoreRouter (line 13) | class CoreRouter extends RouterBase method dispatch (line 26) | public function dispatch(Request $request) method before (line 45) | public function before($callback) method after (line 56) | public function after($callback) method registerLateRoutes (line 67) | public function registerLateRoutes() FILE: src/Router/Helper.php class Helper (line 9) | class Helper method validateUrl (line 14) | public static function validateUrl(string $url): bool method normalizeUrl (line 44) | public static function normalizeUrl($url) method segmentizeUrl (line 70) | public static function segmentizeUrl($url, $pattern = true) method rebuildUrl (line 97) | public static function rebuildUrl(array $urlArray) method parseValues (line 118) | public static function parseValues($object, array $columns, $string) method replaceParameters (line 147) | public static function replaceParameters($object, $string) method segmentIsWildcard (line 161) | public static function segmentIsWildcard($segment) method segmentIsOptional (line 187) | public static function segmentIsOptional($segment) method getParameterName (line 213) | public static function getParameterName($segment) method getSegmentRegExp (line 240) | public static function getSegmentRegExp($segment) method getSegmentDefaultValue (line 260) | public static function getSegmentDefaultValue($segment) FILE: src/Router/Router.php class Router (line 9) | class Router method route (line 34) | public function route($name, $route) method match (line 44) | public function match($url) method url (line 94) | public function url($name, $parameters = []) method urlFromPattern (line 114) | public function urlFromPattern($pattern, $parameters = []) method getRouteMap (line 185) | public function getRouteMap() method getParameters (line 197) | public function getParameters() method matchedRoute (line 206) | public function matchedRoute() method reset (line 219) | public function reset() method sortRules (line 230) | public function sortRules() method fromArray (line 276) | public function fromArray($routes) method toArray (line 287) | public function toArray() FILE: src/Router/RoutingServiceProvider.php class RoutingServiceProvider (line 11) | class RoutingServiceProvider extends RoutingServiceProviderBase method boot (line 16) | public function boot() method loadCachedRoutes (line 32) | protected function loadCachedRoutes() method registerRouter (line 42) | protected function registerRouter() method registerRedirector (line 52) | protected function registerRedirector() FILE: src/Router/Rule.php class Rule (line 12) | class Rule method __construct (line 80) | public function __construct($config = []) method fromPattern (line 92) | public static function fromPattern($name, $pattern): static method resolveUrl (line 142) | public function resolveUrl($url, &$parameters) method resolveUrlSegments (line 153) | public function resolveUrlSegments($urlSegments, &$parameters) method captureWildcardSegments (line 245) | protected function captureWildcardSegments(&$urlSegments) method name (line 283) | public function name($name = null) method pattern (line 300) | public function pattern($pattern = null) method condition (line 318) | public function condition($callback = null) method afterMatch (line 343) | public function afterMatch($callback = null) method toArray (line 364) | public function toArray() FILE: src/Scaffold/Console/CreateCommand.php class CreateCommand (line 8) | class CreateCommand extends GeneratorCommandBase method makeStubs (line 31) | public function makeStubs() method prepareVars (line 39) | protected function prepareVars(): array FILE: src/Scaffold/Console/CreateComponent.php class CreateComponent (line 8) | class CreateComponent extends GeneratorCommandBase method makeStubs (line 36) | public function makeStubs() method prepareVars (line 45) | protected function prepareVars(): array FILE: src/Scaffold/Console/CreateContentField.php class CreateContentField (line 8) | class CreateContentField extends GeneratorCommandBase method makeStubs (line 31) | public function makeStubs() method prepareVars (line 39) | protected function prepareVars(): array FILE: src/Scaffold/Console/CreateController.php class CreateController (line 9) | class CreateController extends GeneratorCommandBase method makeStubs (line 36) | public function makeStubs() method prepareVars (line 66) | protected function prepareVars(): array method defineModelName (line 81) | protected function defineModelName(): string method defineDesignMode (line 96) | protected function defineDesignMode(): string FILE: src/Scaffold/Console/CreateFactory.php class CreateFactory (line 8) | class CreateFactory extends GeneratorCommandBase method handle (line 31) | public function handle() method makeStubs (line 44) | public function makeStubs() method prepareVars (line 57) | protected function prepareVars(): array FILE: src/Scaffold/Console/CreateFilterWidget.php class CreateFilterWidget (line 8) | class CreateFilterWidget extends GeneratorCommandBase method makeStubs (line 36) | public function makeStubs() method prepareVars (line 48) | protected function prepareVars(): array FILE: src/Scaffold/Console/CreateFormWidget.php class CreateFormWidget (line 8) | class CreateFormWidget extends GeneratorCommandBase method makeStubs (line 31) | public function makeStubs() method prepareVars (line 42) | protected function prepareVars(): array FILE: src/Scaffold/Console/CreateJob.php class CreateJob (line 8) | class CreateJob extends GeneratorCommandBase method makeStubs (line 32) | public function makeStubs() method prepareVars (line 45) | protected function prepareVars(): array FILE: src/Scaffold/Console/CreateMigration.php class CreateMigration (line 9) | class CreateMigration extends GeneratorCommandBase method makeStubs (line 41) | public function makeStubs() method prepareVars (line 64) | protected function prepareVars(): array method defineTableName (line 78) | protected function defineTableName(): string method guessTableName (line 95) | protected function guessTableName(): string method getDatePrefix (line 129) | protected function getDatePrefix() FILE: src/Scaffold/Console/CreateModel.php class CreateModel (line 8) | class CreateModel extends GeneratorCommandBase method makeStubs (line 34) | public function makeStubs() method prepareVars (line 55) | protected function prepareVars(): array FILE: src/Scaffold/Console/CreatePlugin.php class CreatePlugin (line 5) | class CreatePlugin extends GeneratorCommandBase method makeStubs (line 27) | public function makeStubs() method prepareVars (line 37) | protected function prepareVars(): array method validateInput (line 48) | protected function validateInput() FILE: src/Scaffold/Console/CreateReportWidget.php class CreateReportWidget (line 8) | class CreateReportWidget extends GeneratorCommandBase method makeStubs (line 31) | public function makeStubs() method prepareVars (line 40) | protected function prepareVars(): array FILE: src/Scaffold/Console/CreateSeeder.php class CreateSeeder (line 8) | class CreateSeeder extends GeneratorCommandBase method makeStubs (line 31) | public function makeStubs() method prepareVars (line 43) | protected function prepareVars(): array FILE: src/Scaffold/Console/CreateTest.php class CreateTest (line 8) | class CreateTest extends GeneratorCommandBase method handle (line 31) | public function handle() method makeStubs (line 44) | public function makeStubs() method prepareVars (line 61) | protected function prepareVars(): array FILE: src/Scaffold/GeneratorCommand.php class GeneratorCommand (line 16) | abstract class GeneratorCommand extends Command method __construct (line 41) | public function __construct() method handle (line 51) | public function handle() method prepareVars (line 63) | abstract protected function prepareVars(); method makeStubs (line 68) | public function makeStubs() method makeStub (line 80) | public function makeStub(string $stubName) method makeDirectory (line 107) | protected function makeDirectory(string $path) method processVars (line 118) | protected function processVars(array $vars): array method modifyString (line 148) | protected function modifyString($type, string $string): string method getDestinationPath (line 168) | protected function getDestinationPath(): string method getSourcePath (line 182) | protected function getSourcePath(): string method getPluginInput (line 193) | protected function getPluginInput(): string method getArguments (line 201) | protected function getArguments() method getOptions (line 211) | protected function getOptions() FILE: src/Scaffold/GeneratorCommandBase.php class GeneratorCommandBase (line 13) | abstract class GeneratorCommandBase extends Command method __construct (line 33) | public function __construct() method handle (line 43) | public function handle() method prepareVars (line 55) | abstract protected function prepareVars(); method makeStubs (line 60) | abstract public function makeStubs(); method makeStub (line 65) | public function makeStub(string $stubName, string $outputName) method makeDirectory (line 88) | protected function makeDirectory(string $path) method processVars (line 99) | protected function processVars(array $vars): array method modifyString (line 142) | protected function modifyString($type, string $string): string method getNamespaceModifiers (line 162) | protected function getNamespaceModifiers(): array method getNamespaceTable (line 192) | protected function getNamespaceTable(): string method getDestinationPath (line 200) | protected function getDestinationPath(): string method getSourcePath (line 212) | protected function getSourcePath(): string method getFormattedNamespace (line 223) | protected function getFormattedNamespace(): array method getNamespaceInput (line 243) | protected function getNamespaceInput(): string method isAppNamespace (line 251) | protected function isAppNamespace(): bool FILE: src/Scaffold/ScaffoldServiceProvider.php class ScaffoldServiceProvider (line 23) | class ScaffoldServiceProvider extends ServiceProvider implements Deferra... method register (line 28) | public function register() method provides (line 69) | public function provides() FILE: src/Support/Arr.php class Arr (line 12) | class Arr extends ArrHelper method build (line 17) | public static function build($array, callable $callback): array method trans (line 33) | public static function trans(array $arr): array FILE: src/Support/Collection.php class Collection (line 11) | class Collection extends CollectionBase method lists (line 19) | public function lists($value, $key = null) FILE: src/Support/Date.php class Date (line 11) | class Date extends DateBase method format (line 16) | public function format(string $format): string method createFromFormat (line 24) | public static function createFromFormat($format, $time, $timezone = nu... method parse (line 36) | public static function parse($time = null, $timezone = null): static FILE: src/Support/Debug/HtmlDumper.php class HtmlDumper (line 8) | class HtmlDumper extends SymfonyHtmlDumper FILE: src/Support/DefaultProviders.php class DefaultProviders (line 7) | class DefaultProviders extends DefaultProvidersBase method __construct (line 14) | public function __construct(?array $providers = null) FILE: src/Support/Facade.php class Facade (line 11) | class Facade extends FacadeParent method resolveFacadeInstance (line 16) | protected static function resolveFacadeInstance($name) method getFacadeInstance (line 35) | protected static function getFacadeInstance() method defaultAliases (line 44) | public static function defaultAliases() FILE: src/Support/Facades/Auth.php class Auth (line 10) | class Auth extends AuthBase method getFacadeAccessor (line 16) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Block.php class Block (line 20) | class Block extends Facade method getFacadeAccessor (line 26) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Config.php class Config (line 32) | class Config extends Facade method getFacadeAccessor (line 38) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Currency.php class Currency (line 21) | class Currency extends Facade method getFacadeAccessor (line 26) | protected static function getFacadeAccessor() FILE: src/Support/Facades/DbDongle.php class DbDongle (line 23) | class DbDongle extends Facade method getFacadeAccessor (line 29) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Event.php class Event (line 13) | class Event extends EventBase method fake (line 18) | public static function fake($eventsToFake = []) method getFacadeAccessor (line 32) | protected static function getFacadeAccessor() FILE: src/Support/Facades/File.php class File (line 20) | class File extends FileBase method getFacadeAccessor (line 26) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Flash.php class Flash (line 22) | class Flash extends Facade method getFacadeAccessor (line 28) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Form.php class Form (line 45) | class Form extends Facade method getFacadeAccessor (line 51) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Html.php class Html (line 31) | class Html extends Facade method getFacadeAccessor (line 37) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Ini.php class Ini (line 14) | class Ini extends Facade method getFacadeAccessor (line 20) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Input.php class Input (line 10) | class Input extends Facade method get (line 20) | public static function get($key = null, $default = null) method getFacadeAccessor (line 29) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Mail.php class Mail (line 13) | class Mail extends MailBase method fake (line 18) | public static function fake() method getFacadeAccessor (line 29) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Markdown.php class Markdown (line 15) | class Markdown extends Facade method getFacadeAccessor (line 21) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Resizer.php class Resizer (line 10) | class Resizer extends Facade method getFacadeAccessor (line 16) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Schema.php class Schema (line 10) | class Schema extends SchemaBase method getFacadeAccessor (line 16) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Site.php class Site (line 48) | class Site extends Facade method getFacadeAccessor (line 53) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Str.php class Str (line 46) | class Str extends Facade method getFacadeAccessor (line 52) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Twig.php class Twig (line 12) | class Twig extends Facade method getFacadeAccessor (line 18) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Url.php class Url (line 13) | class Url extends UrlBase method getFacadeAccessor (line 19) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Validator.php class Validator (line 10) | class Validator extends ValidatorBase method getFacadeAccessor (line 16) | protected static function getFacadeAccessor() FILE: src/Support/Facades/Yaml.php class Yaml (line 15) | class Yaml extends Facade method getFacadeAccessor (line 21) | protected static function getFacadeAccessor() FILE: src/Support/ModuleServiceProvider.php class ModuleServiceProvider (line 13) | abstract class ModuleServiceProvider extends ServiceProviderBase impleme... method register (line 18) | public function register() method boot (line 55) | public function boot() method registerMarkupTags (line 68) | public function registerMarkupTags() method registerComponents (line 76) | public function registerComponents() method registerPageSnippets (line 84) | public function registerPageSnippets() method registerContentFields (line 92) | public function registerContentFields() method registerNavigation (line 100) | public function registerNavigation() method registerPermissions (line 108) | public function registerPermissions() method registerSettings (line 116) | public function registerSettings() method registerSchedule (line 124) | public function registerSchedule($schedule) method registerReportWidgets (line 131) | public function registerReportWidgets() method registerFormWidgets (line 139) | public function registerFormWidgets() method registerFilterWidgets (line 147) | public function registerFilterWidgets() method registerListColumnTypes (line 155) | public function registerListColumnTypes() method registerMailLayouts (line 163) | public function registerMailLayouts() method registerMailTemplates (line 171) | public function registerMailTemplates() method registerMailPartials (line 179) | public function registerMailPartials() method getModule (line 187) | protected function getModule($args) method discoverConsoleCommands (line 196) | protected function discoverConsoleCommands(string $module): void method registerConsoleCommand (line 232) | protected function registerConsoleCommand(string $key, string $class) method loadConfigFrom (line 248) | protected function loadConfigFrom($path, $namespace) FILE: src/Support/SafeCollection.php class SafeCollection (line 11) | class SafeCollection extends \System\Twig\SecurityPolicy\SafeCollection FILE: src/Support/ServiceProvider.php class ServiceProvider (line 11) | abstract class ServiceProvider extends ServiceProviderBase method callBeforeResolving (line 26) | protected function callBeforeResolving($name, $callback) method defaultProviders (line 40) | public static function defaultProviders() FILE: src/Support/Singleton.php class Singleton (line 8) | class Singleton method __construct (line 13) | final protected function __construct() method instance (line 21) | final public static function instance() method getSingletonAccessor (line 38) | protected static function getSingletonAccessor() method getSingletonInstance (line 46) | final public static function getSingletonInstance() method init (line 54) | protected function init() method __clone (line 62) | public function __clone() method __wakeup (line 71) | public function __wakeup() FILE: src/Support/Str.php class Str (line 12) | class Str extends StrHelper method slug (line 23) | public static function slug($title, $separator = '-', $language = 'en'... method ascii (line 36) | public static function ascii($value, $language = 'en') method ordinal (line 49) | public static function ordinal($number) method shortNumber (line 71) | public static function shortNumber($number, $precision = 1): string method normalizeEol (line 93) | public static function normalizeEol($string) method normalizeClassName (line 101) | public static function normalizeClassName($name) method getClassId (line 113) | public static function getClassId($name) method getClassNamespace (line 128) | public static function getClassNamespace($name) method getPrecedingSymbols (line 138) | public static function getPrecedingSymbols(string $string, string $sym... method limitMiddle (line 151) | public static function limitMiddle($value, $limit = 100, $marker = '...') FILE: src/Support/Traits/Emitter.php type Emitter (line 9) | trait Emitter method bindEvent (line 30) | public function bindEvent($event, $callback, $priority = 0) method bindEventOnce (line 40) | public function bindEventOnce($event, $callback, $priority = 0) method unbindEvent (line 50) | public function unbindEvent($event = null) method fireEvent (line 78) | public function fireEvent($event, $params = [], $halt = false) method emitterEventSortEvents (line 124) | protected function emitterEventSortEvents(string $eventName, array $co... FILE: src/Support/Traits/KeyParser.php type KeyParser (line 10) | trait KeyParser method setParsedKey (line 23) | public function setParsedKey($key, $parsed): void method parseKey (line 31) | public function parseKey(string $key): array method keyParserParseBasicSegments (line 61) | protected function keyParserParseBasicSegments(array $segments): array method keyParserParseSegments (line 83) | protected function keyParserParseSegments(string $key): array FILE: src/Support/Traits/Singleton.php type Singleton (line 10) | trait Singleton method instance (line 20) | final public static function instance() method forgetInstance (line 30) | final public static function forgetInstance() method __construct (line 38) | final protected function __construct() method init (line 46) | protected function init() method __clone (line 54) | public function __clone() method __wakeup (line 63) | public function __wakeup() FILE: src/Translation/FileLoader.php class FileLoader (line 11) | class FileLoader extends FileLoaderBase method loadNamespaceOverrides (line 30) | protected function loadNamespaceOverrides(array $lines, $locale, $grou... FILE: src/Translation/TranslationServiceProvider.php class TranslationServiceProvider (line 12) | class TranslationServiceProvider extends ServiceProvider implements Defe... method register (line 17) | public function register() method registerLoader (line 40) | protected function registerLoader() method provides (line 50) | public function provides() FILE: src/Translation/Translator.php class Translator (line 11) | class Translator extends TranslatorBase method get (line 23) | public function get($key, array $replace = [], $locale = null, $fallba... method set (line 78) | public function set($key, $value = null, $locale = null) method getValidationSpecific (line 95) | protected function getValidationSpecific($key, $replace, $locale) method trans (line 120) | public function trans($id, array $parameters = [], $locale = null) method transChoice (line 134) | public function transChoice($id, $number, array $parameters = [], $loc... method localeArray (line 145) | protected function localeArray($locale) FILE: src/Validation/Concerns/FormatsMessages.php type FormatsMessages (line 12) | trait FormatsMessages method getMessage (line 20) | protected function getMessage($attribute, $rule) method makeReplacements (line 88) | public function makeReplacements($message, $attribute, $rule, $paramet... method hasExtensionMethod (line 118) | protected function hasExtensionMethod(string $rule, string $methodName... method callExtensionMethod (line 136) | protected function callExtensionMethod(string $rule, string $methodNam... FILE: src/Validation/Factory.php class Factory (line 8) | class Factory extends FactoryBase method resolve (line 13) | protected function resolve(array $data, array $rules, array $messages,... FILE: src/Validation/ValidationServiceProvider.php class ValidationServiceProvider (line 8) | class ValidationServiceProvider extends ValidationServiceProviderBase method registerValidationFactory (line 14) | protected function registerValidationFactory() FILE: src/Validation/Validator.php class Validator (line 13) | class Validator extends ValidatorBase method validateUniqueSite (line 26) | public function validateUniqueSite($attribute, $value, $parameters) FILE: tests/Assetic/MockAsset.php class MockAsset (line 12) | class MockAsset implements AssetInterface method __construct (line 16) | public function __construct(string $content = '') method ensureFilter (line 21) | public function ensureFilter(FilterInterface $filter): void method getFilters (line 25) | public function getFilters(): array method clearFilters (line 30) | public function clearFilters(): void method load (line 34) | public function load(?FilterInterface $additionalFilter = null): void method dump (line 38) | public function dump(?FilterInterface $additionalFilter = null): string method getContent (line 43) | public function getContent(): ?string method setContent (line 48) | public function setContent(?string $content): void method getSourceRoot (line 53) | public function getSourceRoot(): ?string method getSourcePath (line 58) | public function getSourcePath(): ?string method getSourceDirectory (line 63) | public function getSourceDirectory(): ?string method getTargetPath (line 68) | public function getTargetPath(): ?string method setTargetPath (line 73) | public function setTargetPath(?string $targetPath): void method getLastModified (line 77) | public function getLastModified(): ?int method getVars (line 82) | public function getVars(): array method setValues (line 87) | public function setValues(array $values): void method getValues (line 91) | public function getValues(): array FILE: tests/Assetic/StylesheetMinifyTest.php class StylesheetMinifyTest (line 7) | class StylesheetMinifyTest extends TestCase method testSpaceRemoval (line 9) | public function testSpaceRemoval() method testEmptyClassPreserve (line 21) | public function testEmptyClassPreserve() method testEmptyCommentPreserve (line 49) | public function testEmptyCommentPreserve() method testSpecialCommentPreservation (line 66) | public function testSpecialCommentPreservation() method testCommentRemoval (line 78) | public function testCommentRemoval() method testCommentPreservationInVar (line 90) | public function testCommentPreservationInVar() method testMinifyPreservationInVar (line 102) | public function testMinifyPreservationInVar() method testUnitPreservationInVar (line 120) | public function testUnitPreservationInVar() method testAttributeSelectorsWithLess (line 132) | public function testAttributeSelectorsWithLess() method testSourceMappingUrlWithSpecialComment (line 153) | public function testSourceMappingUrlWithSpecialComment() FILE: tests/Benchmark/Database/DatabaseBench.php class DatabaseBench (line 10) | class DatabaseBench method init (line 30) | public function init() method benchParseConcatMysql (line 40) | public function benchParseConcatMysql() method benchParseConcatSqlite (line 48) | public function benchParseConcatSqlite() method benchParseConcatPgsql (line 56) | public function benchParseConcatPgsql() method benchParseGroupConcatMysql (line 64) | public function benchParseGroupConcatMysql() method benchParseGroupConcatSqlite (line 72) | public function benchParseGroupConcatSqlite() method benchParseGroupConcatPgsql (line 80) | public function benchParseGroupConcatPgsql() method benchParseIfNullMysql (line 88) | public function benchParseIfNullMysql() method benchParseIfNullPgsql (line 96) | public function benchParseIfNullPgsql() method benchParseBooleanExpressionMysql (line 104) | public function benchParseBooleanExpressionMysql() method benchParseBooleanExpressionSqlite (line 112) | public function benchParseBooleanExpressionSqlite() method benchParseFullQuerySqlite (line 120) | public function benchParseFullQuerySqlite() method benchParseFullQueryPgsql (line 128) | public function benchParseFullQueryPgsql() FILE: tests/Benchmark/GeneralBench.php class GeneralBench (line 8) | class GeneralBench method init (line 13) | public function init() method benchA (line 21) | public function benchA() method benchB (line 29) | public function benchB() FILE: tests/Benchmark/Parse/ParseBench.php class ParseBench (line 12) | class ParseBench method init (line 62) | public function init() method benchIniParse (line 160) | public function benchIniParse() method benchIniRender (line 168) | public function benchIniRender() method benchBracketParseSimple (line 180) | public function benchBracketParseSimple() method benchBracketParseWithLoop (line 188) | public function benchBracketParseWithLoop() method benchMarkdownParseSimple (line 200) | public function benchMarkdownParseSimple() method benchMarkdownParseComplex (line 208) | public function benchMarkdownParseComplex() method benchMarkdownParseLine (line 216) | public function benchMarkdownParseLine() FILE: tests/Benchmark/Router/RouterBench.php class RouterBench (line 10) | class RouterBench method init (line 61) | public function init() method benchRoute (line 92) | public function benchRoute() method benchRouteCached (line 106) | public function benchRouteCached() FILE: tests/Database/DongleTest.php class DongleTest (line 5) | class DongleTest extends TestCase method testSqliteParseConcat (line 7) | public function testSqliteParseConcat() method testSqliteParseGroupConcat (line 36) | public function testSqliteParseGroupConcat() method testPgsqlParseGroupConcat (line 54) | public function testPgsqlParseGroupConcat() method testSqlSrvParseGroupConcat (line 68) | public function testSqlSrvParseGroupConcat() method testSqliteParseBooleanExpression (line 82) | public function testSqliteParseBooleanExpression() method testSqlSrvParseIfNull (line 99) | public function testSqlSrvParseIfNull() method testPgSrvParseIfNull (line 110) | public function testPgSrvParseIfNull() FILE: tests/Database/ModelAddersTest.php class ModelAddersTest (line 3) | class ModelAddersTest extends TestCase method testAddCasts (line 5) | public function testAddCasts() FILE: tests/Database/SortableTest.php class SortableTest (line 3) | class SortableTest extends TestCase method setUp (line 5) | public function setUp(): void method testOrderByIsAutomaticallyAdded (line 17) | public function testOrderByIsAutomaticallyAdded() method testOrderByCanBeOverridden (line 25) | public function testOrderByCanBeOverridden() class TestModel (line 36) | class TestModel extends \October\Rain\Database\Model FILE: tests/Database/Traits/EncryptableTest.php class EncryptableTest (line 5) | class EncryptableTest extends TestCase method setUp (line 9) | public function setUp(): void method testEncryptableTrait (line 16) | public function testEncryptableTrait() class TestModelEncryptable (line 47) | class TestModelEncryptable extends \October\Rain\Database\Model FILE: tests/Database/Traits/SluggableTest.php class SluggableTest (line 6) | class SluggableTest extends TestCase method setUp (line 11) | public function setUp(): void method testSlugGeneration (line 40) | public function testSlugGeneration() class TestModelSluggable (line 56) | class TestModelSluggable extends Model FILE: tests/Database/Traits/ValidationTest.php class ValidationTest (line 3) | class ValidationTest extends TestCase method testUniqueRule (line 11) | public function testUniqueRule() method getTable (line 94) | protected function getTable() method getConnectionName (line 99) | protected function getConnectionName() method getKey (line 104) | protected function getKey() method getKeyName (line 109) | protected function getKeyName() method testArrayFieldNames (line 114) | public function testArrayFieldNames() FILE: tests/Database/UpdaterTest.php class UpdaterTest (line 5) | class UpdaterTest extends TestCase method setUp (line 9) | public function setUp(): void method testClassNameGetsParsedCorrectly (line 16) | public function testClassNameGetsParsedCorrectly() FILE: tests/Events/EventDispatcherTest.php class EventDispatcherTest (line 10) | class EventDispatcherTest extends TestCase method testFakerClass (line 15) | public function testFakerClass(): void FILE: tests/Extension/ExtendableTest.php class ExtendableTest (line 6) | class ExtendableTest extends TestCase method testExtendingExtendableClass (line 8) | public function testExtendingExtendableClass() method testSettingDeclaredPropertyOnClass (line 21) | public function testSettingDeclaredPropertyOnClass() method testSettingDeclaredPropertyOnBehavior (line 37) | public function testSettingDeclaredPropertyOnBehavior() method testDynamicPropertyOnClass (line 48) | public function testDynamicPropertyOnClass() method testDynamicallyImplementingClass (line 57) | public function testDynamicallyImplementingClass() method testDynamicallyExtendingClass (line 70) | public function testDynamicallyExtendingClass() method testDynamicMethodOnClass (line 79) | public function testDynamicMethodOnClass() method testDynamicExtendAndMethodOnClass (line 88) | public function testDynamicExtendAndMethodOnClass() method testDynamicClosureOnClass (line 100) | public function testDynamicClosureOnClass() method testDynamicCallableOnClass (line 110) | public function testDynamicCallableOnClass() method testCallingStaticMethod (line 118) | public function testCallingStaticMethod() method testCallingUndefinedStaticMethod (line 127) | public function testCallingUndefinedStaticMethod() method testAccessingProtectedMethod (line 148) | public function testAccessingProtectedMethod() method testAccessingProtectedStaticMethod (line 157) | public function testAccessingProtectedStaticMethod() method testInvalidImplementValue (line 165) | public function testInvalidImplementValue() method testSoftImplementFake (line 173) | public function testSoftImplementFake() method testSoftImplementReal (line 180) | public function testSoftImplementReal() method testSoftImplementCombo (line 187) | public function testSoftImplementCombo() method testDotNotation (line 196) | public function testDotNotation() method testMethodExists (line 205) | public function testMethodExists() method testMethodNotExists (line 211) | public function testMethodNotExists() method testDynamicMethodExists (line 217) | public function testDynamicMethodExists() method testGetClassMethods (line 225) | public function testGetClassMethods() method testIsInstanceOf (line 237) | public function testIsInstanceOf() method testDynamicExtendOverridesMethod (line 248) | public function testDynamicExtendOverridesMethod() method testDynamicExtendOverrideAsExtension (line 257) | public function testDynamicExtendOverrideAsExtension() method testMultipleBehaviorsMethodPriority (line 270) | public function testMultipleBehaviorsMethodPriority() method testDynamicExtendOverridesImplementMethod (line 282) | public function testDynamicExtendOverridesImplementMethod() type ExampleExtendableInterface (line 302) | interface ExampleExtendableInterface method hasPanda (line 304) | public function hasPanda(); class ExtendableTestExampleBehaviorClass1 (line 310) | class ExtendableTestExampleBehaviorClass1 extends ExtensionBase method getFoo (line 314) | public function getFoo() method getStaticBar (line 319) | public static function getStaticBar() method vanillaIceIce (line 324) | public static function vanillaIceIce() method hasPanda (line 329) | public function hasPanda() class ExtendableTestExampleBehaviorClass2 (line 335) | class ExtendableTestExampleBehaviorClass2 extends ExtensionBase method getFoo (line 339) | public function getFoo() class ExtendableTestInvalidExtendableClass (line 348) | class ExtendableTestInvalidExtendableClass extends Extendable class ExtendableTestExampleExtendableClass (line 358) | class ExtendableTestExampleExtendableClass extends Extendable method vanillaIceIce (line 366) | public static function vanillaIceIce() method protectedBar (line 371) | protected function protectedBar() method protectedMars (line 376) | protected static function protectedMars() method getProtectedFooAttribute (line 381) | public function getProtectedFooAttribute() class ExtendableTestExampleImplementableClass (line 390) | class ExtendableTestExampleImplementableClass extends Extendable class ExtendableTestExampleClass (line 398) | class ExtendableTestExampleClass method getName (line 400) | public static function getName() class ExtendableTestExampleExtendableSoftImplementFakeClass (line 409) | class ExtendableTestExampleExtendableSoftImplementFakeClass extends Exte... method getStatus (line 413) | public static function getStatus() class ExtendableTestExampleExtendableSoftImplementRealClass (line 422) | class ExtendableTestExampleExtendableSoftImplementRealClass extends Exte... class ExtendableTestExampleExtendableSoftImplementComboClass (line 430) | class ExtendableTestExampleExtendableSoftImplementComboClass extends Ext... class ExtendableTestExampleExtendableClassDotNotation (line 442) | class ExtendableTestExampleExtendableClassDotNotation extends Extendable method vanillaIceIce (line 450) | public static function vanillaIceIce() method protectedBar (line 455) | protected function protectedBar() method protectedMars (line 460) | protected static function protectedMars() method getProtectedFooAttribute (line 465) | public function getProtectedFooAttribute() class ExtendableTestExampleBehaviorClass3 (line 471) | class ExtendableTestExampleBehaviorClass3 extends ExtensionBase method getFoo (line 473) | public function getFoo() class ExtendableTestExampleExtendableMultiBehaviorClass (line 482) | class ExtendableTestExampleExtendableMultiBehaviorClass extends Extendable FILE: tests/Extension/ExtensionTest.php class ExtensionTest (line 6) | class ExtensionTest extends TestCase method testExtendingBehavior (line 8) | public function testExtendingBehavior() class ExtensionTestExampleExtendableClass (line 25) | class ExtensionTestExampleExtendableClass extends Extendable class ExtensionTestExampleBehaviorClass1 (line 33) | class ExtensionTestExampleBehaviorClass1 extends ExtensionBase FILE: tests/Halcyon/DatasourceResolverTest.php class DatasourceResolverTest (line 7) | class DatasourceResolverTest extends TestCase method testConstruct (line 9) | public function testConstruct() method testDefaultDatasource (line 27) | public function testDefaultDatasource() FILE: tests/Halcyon/HalcyonModelTest.php class HalcyonModelTest (line 8) | class HalcyonModelTest extends TestCase method setUp (line 12) | public function setUp(): void method testFindAll (line 23) | public function testFindAll() method testFindPage (line 34) | public function testFindPage() method testFindMenu (line 46) | public function testFindMenu() method testOtherDatasourcePage (line 53) | public function testOtherDatasourcePage() method testCreatePage (line 65) | public function testCreatePage() method testCreatePageMarkupSections (line 100) | public function testCreatePageMarkupSections() method testCreateMenu (line 134) | public function testCreateMenu() method testCreatePageInDirectoryPass (line 154) | public function testCreatePageInDirectoryPass() method testCreatePageInDirectoryFail (line 170) | public function testCreatePageInDirectoryFail() method testUpdatePage (line 182) | public function testUpdatePage() method testUpdatePageRenameFile (line 217) | public function testUpdatePageRenameFile() method testUpdatePageRenameFileCase (line 242) | public function testUpdatePageRenameFileCase() method testUpdateContentRenameExtension (line 266) | public function testUpdateContentRenameExtension() method testUpdatePageFileExists (line 293) | public function testUpdatePageFileExists() method testDeletePage (line 317) | public function testDeletePage() method testPageWithValidation (line 333) | public function testPageWithValidation() method testPageWithNestedValidationFail (line 345) | public function testPageWithNestedValidationFail() method testPageWithNestedValidationPass (line 358) | public function testPageWithNestedValidationPass() method testPageQueryListFileName (line 371) | public function testPageQueryListFileName() method testAddDynamicProperty (line 386) | public function testAddDynamicProperty() method testAddBehaviorClass (line 419) | public function testAddBehaviorClass() method setDatasourceResolver (line 435) | protected function setDatasourceResolver() method setValidatorOnModel (line 447) | protected function setValidatorOnModel() class HalyconTestExampleBehaviorClass (line 466) | class HalyconTestExampleBehaviorClass extends October\Rain\Extension\Ext... method getFoo (line 472) | public function getFoo() FILE: tests/Halcyon/SectionParserTest.php method testParse (line 7) | public function testParse() FILE: tests/Halcyon/ValidationTraitTest.php class ValidationTraitTest (line 3) | class ValidationTraitTest extends TestCase method testArrayFieldNames (line 5) | public function testArrayFieldNames() FILE: tests/Html/HtmlBuilderTest.php class HtmlBuilderTest (line 5) | class HtmlBuilderTest extends TestCase method testStrip (line 7) | public function testStrip() method testLimit (line 13) | public function testLimit() method testCleanRemovesScriptTags (line 41) | public function testCleanRemovesScriptTags() method testCleanRemovesStyleAttribute (line 48) | public function testCleanRemovesStyleAttribute() method testCleanRemovesJavaScriptProtocol (line 55) | public function testCleanRemovesJavaScriptProtocol() method testCleanRemovesVbScriptProtocol (line 67) | public function testCleanRemovesVbScriptProtocol() method testCleanRemovesDataProtocol (line 77) | public function testCleanRemovesDataProtocol() method testCleanRemovesEventHandlers (line 86) | public function testCleanRemovesEventHandlers() method testCleanRemovesDangerousTags (line 104) | public function testCleanRemovesDangerousTags() method testCleanRemovesStyleTags (line 137) | public function testCleanRemovesStyleTags() method testCleanRemovesXmlNamespacedTags (line 146) | public function testCleanRemovesXmlNamespacedTags() method testCleanRemovesMozBinding (line 155) | public function testCleanRemovesMozBinding() method testCleanPreservesValidHtml (line 161) | public function testCleanPreservesValidHtml() method testCleanHandlesEntityEncodedAttacks (line 182) | public function testCleanHandlesEntityEncodedAttacks() method testCleanCaseInsensitive (line 193) | public function testCleanCaseInsensitive() method testCleanHandlesNestedAttacks (line 207) | public function testCleanHandlesNestedAttacks() method testCleanVectorRemovesOnEventHandlers (line 222) | public function testCleanVectorRemovesOnEventHandlers() method testCleanVectorBypassAttemptWithEmbeddedQuote (line 240) | public function testCleanVectorBypassAttemptWithEmbeddedQuote() method testCleanVectorRemovesJavaScriptProtocol (line 255) | public function testCleanVectorRemovesJavaScriptProtocol() method testCleanVectorRemovesVbScriptProtocol (line 265) | public function testCleanVectorRemovesVbScriptProtocol() method testCleanVectorRemovesDangerousTags (line 271) | public function testCleanVectorRemovesDangerousTags() method testCleanVectorRemovesNamespacedElements (line 291) | public function testCleanVectorRemovesNamespacedElements() method testCleanVectorPreservesValidSvgContent (line 300) | public function testCleanVectorPreservesValidSvgContent() method testCleanVectorCaseInsensitive (line 318) | public function testCleanVectorCaseInsensitive() method testCleanVectorDataProtocol (line 334) | public function testCleanVectorDataProtocol() FILE: tests/Html/HtmlHelperTest.php class HtmlHelperTest (line 5) | class HtmlHelperTest extends TestCase method testNameToId (line 7) | public function testNameToId() method testNameToArray (line 22) | public function testNameToArray() FILE: tests/Mail/MailerTest.php class MailerTest (line 10) | class MailerTest extends TestCase method testProcessRecipients (line 15) | public function testProcessRecipients() method callProtectedMethod (line 93) | protected static function callProtectedMethod($object, $name, $params ... method makeMailer (line 108) | protected function makeMailer() class FactoryMailerTest (line 119) | class FactoryMailerTest extends \Illuminate\View\Factory method __construct (line 121) | public function __construct() class DispatcherMailerTest (line 126) | class DispatcherMailerTest extends \Illuminate\Events\Dispatcher method __construct (line 128) | public function __construct() FILE: tests/Network/HttpTest.php class HttpTest (line 6) | class HttpTest extends TestCase method testSetOptionsViaConstants (line 10) | public function testSetOptionsViaConstants() method testSetInvalidOptionViaString (line 46) | public function testSetInvalidOptionViaString() method testSetInvalidOptionViaInteger (line 55) | public function testSetInvalidOptionViaInteger() method testSetOptionsViaArrayOfConstants (line 64) | public function testSetOptionsViaArrayOfConstants() method testSetInvalidOptionViaArrayOfStrings (line 106) | public function testSetInvalidOptionViaArrayOfStrings() method testSetInvalidOptionViaArrayOfIntegers (line 120) | public function testSetInvalidOptionViaArrayOfIntegers() method testSetRequestDataGet (line 134) | public function testSetRequestDataGet() method testSetRequestDataPost (line 163) | public function testSetRequestDataPost() method testSetRequestDataPostWithFiles (line 197) | public function testSetRequestDataPostWithFiles() FILE: tests/Parse/BracketTest.php class BracketTest (line 5) | class BracketTest extends TestCase method testParseCombination (line 7) | public function testParseCombination() method testParseSingleKey (line 22) | public function testParseSingleKey() method testParseLoopingKey (line 30) | public function testParseLoopingKey() method testParseWithFilters (line 43) | public function testParseWithFilters() FILE: tests/Parse/IniTest.php class IniTest (line 5) | class IniTest extends TestCase method testBasic (line 8) | public function testBasic() method testInvalid (line 44) | public function testInvalid() method testArray (line 57) | public function testArray() method testObject (line 80) | public function testObject() method testComments (line 111) | public function testComments() method testComplex (line 150) | public function testComplex() method testMultilinesValues (line 251) | public function testMultilinesValues() method testRender (line 284) | public function testRender() method testEnvironmentVariablesNotInterpolated (line 350) | public function testEnvironmentVariablesNotInterpolated() method testEnvironmentVariablesRoundTrip (line 380) | public function testEnvironmentVariablesRoundTrip() method testEnvironmentVariablesCannotBeBypassed (line 398) | public function testEnvironmentVariablesCannotBeBypassed() method getContents (line 420) | protected function getContents($path) FILE: tests/Parse/MarkdownTest.php class MarkdownTest (line 10) | class MarkdownTest extends TestCase method setUp (line 12) | public function setUp(): void method testParseIndent (line 22) | public function testParseIndent() method testParseHtml (line 50) | public function testParseHtml() method testParseNonHtml (line 80) | public function testParseNonHtml() method testParseMultilineHtml (line 103) | public function testParseMultilineHtml() FILE: tests/Parse/SyntaxFieldParserTest.php class SyntaxFieldParserTest (line 5) | class SyntaxFieldParserTest extends TestCase method testParse (line 8) | public function testParse() method testParseWithPrefix (line 44) | public function testParseWithPrefix() method testParseDropdownAndRadio (line 84) | public function testParseDropdownAndRadio() method testParseRepeater (line 121) | public function testParseRepeater() method testProcessTag (line 198) | public function testProcessTag() method testProcessTagsRegex (line 270) | public function testProcessTagsRegex() method testProcessParamsRegex (line 288) | public function testProcessParamsRegex() method callProtectedMethod (line 320) | protected static function callProtectedMethod($object, $name, $params ... method getProtectedProperty (line 328) | public static function getProtectedProperty($object, $name) method setProtectedProperty (line 336) | public static function setProtectedProperty($object, $name, $value) FILE: tests/Parse/SyntaxParserTest.php class DropDownOptions (line 5) | class DropDownOptions method get (line 7) | public static function get() class SyntaxParserTest (line 13) | class SyntaxParserTest extends TestCase method testParseToTwig (line 15) | public function testParseToTwig() method testParseVariableToTwig (line 26) | public function testParseVariableToTwig() method testParseRepeaterToTwig (line 34) | public function testParseRepeaterToTwig() method testParseToView (line 59) | public function testParseToView() method testParseRepeaterToView (line 70) | public function testParseRepeaterToView() method testParseToEdit (line 95) | public function testParseToEdit() method testParseToRender (line 109) | public function testParseToRender() method testParseRepeaterToRender (line 121) | public function testParseRepeaterToRender() method testParseVariable (line 167) | public function testParseVariable() method testParseVariableToEdit (line 180) | public function testParseVariableToEdit() method testParseDropDownVariableToEdit (line 194) | public function testParseDropDownVariableToEdit() method testParseDropDownVariableToEditInvalidKeyException (line 229) | public function testParseDropDownVariableToEditInvalidKeyException() method testParseDropDownVariableToEditInvalidStaticMethodException (line 239) | public function testParseDropDownVariableToEditInvalidStaticMethodExce... FILE: tests/Router/RouteTest.php class RouteTest (line 5) | class RouteTest extends TestCase method testResolveUrl (line 7) | public function testResolveUrl() method testMatch (line 253) | public function testMatch() method testSortRules (line 283) | public function testSortRules() method testUrl (line 315) | public function testUrl() FILE: tests/Router/RouterHelperTest.php class RouterHelperTest (line 8) | class RouterHelperTest extends TestCase method testvalidateUrl (line 13) | public function testvalidateUrl() method testSegmentize (line 46) | public function testSegmentize() method testSegmentIsWildcard (line 80) | public function testSegmentIsWildcard() method testSegmentIsOptional (line 107) | public function testSegmentIsOptional() method testParameterNameMethod (line 134) | public function testParameterNameMethod() method testSegmentRegexp (line 160) | public function testSegmentRegexp() method testDefaultValue (line 181) | public function testDefaultValue() method testReplaceParameters (line 226) | public function testReplaceParameters() FILE: tests/Scaffold/ScaffoldBaseTest.php class ScaffoldBaseTestCommand (line 5) | class ScaffoldBaseTestCommand extends GeneratorCommand method __construct (line 7) | public function __construct() method prepareVars (line 11) | protected function prepareVars() class ScaffoldBaseTest (line 17) | class ScaffoldBaseTest extends TestCase method callProtectedMethod (line 23) | protected static function callProtectedMethod($object, $name, $params ... method getProtectedProperty (line 31) | public static function getProtectedProperty($object, $name) method setProtectedProperty (line 39) | public static function setProtectedProperty($object, $name, $value) method testProcessVars (line 51) | public function testProcessVars() FILE: tests/Support/CountableTest.php class CountableTest (line 2) | class CountableTest extends TestCase method testCountable (line 4) | public function testCountable() FILE: tests/Support/EmitterTest.php class EmitterTest (line 3) | class EmitterTest extends TestCase method setUp (line 19) | public function setUp(): void method testBind (line 29) | public function testBind() method testBindOnce (line 45) | public function testBindOnce() method testUnbindEvent (line 62) | public function testUnbindEvent() method testFireEvent (line 78) | public function testFireEvent() method testFireEventResult (line 95) | public function testFireEventResult() method testBindPriority (line 108) | public function testBindPriority() FILE: tests/Support/HttpBuildQueryTest.php class HttpBuildQueryTest (line 6) | class HttpBuildQueryTest extends TestCase method testSimpleUrl (line 11) | public function testSimpleUrl() method testComplexUrl (line 29) | public function testComplexUrl() method testReplacements (line 57) | public function testReplacements() method testJoinSegments (line 99) | public function testJoinSegments() method testStripSegments (line 132) | public function testStripSegments() FILE: tests/TestCase.php class TestCase (line 5) | class TestCase extends PHPUnit\Framework\TestCase method createApplication (line 11) | public function createApplication() method callProtectedMethod (line 18) | protected static function callProtectedMethod($object, $name, $params ... method assertFileNotExists (line 29) | public static function assertFileNotExists(string $filename, string $m... method assertRegExp (line 42) | public static function assertRegExp(string $pattern, string $string, s... FILE: tests/Translation/TranslatorTest.php class TranslatorTest (line 7) | class TranslatorTest extends TestCase method setUp (line 14) | public function setUp(): void method testSimilarWordsParsing (line 24) | public function testSimilarWordsParsing() method testOverrideWithSet (line 32) | public function testOverrideWithSet() FILE: tests/fixtures/database/SampleClass.php class SampleClass (line 5) | class SampleClass method __construct (line 11) | public function __construct() FILE: tests/fixtures/halcyon/models/Content.php class HalcyonTestContent (line 5) | class HalcyonTestContent extends Model FILE: tests/fixtures/halcyon/models/Menu.php class HalcyonTestMenu (line 5) | class HalcyonTestMenu extends Model FILE: tests/fixtures/halcyon/models/Page.php class HalcyonTestPage (line 5) | class HalcyonTestPage extends Model class HalcyonTestPageWithValidation (line 32) | class HalcyonTestPageWithValidation extends HalcyonTestPage