repo
stringlengths
7
63
file_url
stringlengths
81
284
file_path
stringlengths
5
200
content
stringlengths
0
32.8k
language
stringclasses
1 value
license
stringclasses
7 values
commit_sha
stringlengths
40
40
retrieved_at
stringdate
2026-01-04 15:02:33
2026-01-05 05:24:06
truncated
bool
2 classes
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Acl/Access.php
system/src/Grav/Framework/Acl/Access.php
<?php /** * @package Grav\Framework\Acl * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Acl; use ArrayIterator; use Countable; use Grav\Common\Utils; use IteratorAggregate; use JsonSerializa...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Acl/RecursiveActionIterator.php
system/src/Grav/Framework/Acl/RecursiveActionIterator.php
<?php /** * @package Grav\Framework\Acl * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Acl; use RecursiveIterator; use RocketTheme\Toolbox\ArrayTraits\Constructor; use RocketTheme\Toolbox\A...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Acl/PermissionsReader.php
system/src/Grav/Framework/Acl/PermissionsReader.php
<?php /** * @package Grav\Framework\Acl * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Acl; use Grav\Common\File\CompiledYamlFile; use RuntimeException; use stdClass; use function is_array;...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/DataFile.php
system/src/Grav/Framework/File/DataFile.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File; use Grav\Framework\File\Interfaces\FileFormatterInterface; use Runtim...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/AbstractFile.php
system/src/Grav/Framework/File/AbstractFile.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File; use Exception; use Grav\Framework\Compat\Serializable; use Grav\Frame...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/YamlFile.php
system/src/Grav/Framework/File/YamlFile.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File; use Grav\Framework\File\Formatter\YamlFormatter; /** * Class YamlFi...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/MarkdownFile.php
system/src/Grav/Framework/File/MarkdownFile.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File; use Grav\Framework\File\Formatter\MarkdownFormatter; /** * Class Ma...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/JsonFile.php
system/src/Grav/Framework/File/JsonFile.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File; use Grav\Framework\File\Formatter\JsonFormatter; /** * Class JsonFi...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/IniFile.php
system/src/Grav/Framework/File/IniFile.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File; use Grav\Framework\File\Formatter\IniFormatter; /** * Class IniFile...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/CsvFile.php
system/src/Grav/Framework/File/CsvFile.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File; use Grav\Framework\File\Formatter\CsvFormatter; /** * Class IniFile...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/File.php
system/src/Grav/Framework/File/File.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File; use RuntimeException; use function is_string; /** * Class File * @...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/Formatter/IniFormatter.php
system/src/Grav/Framework/File/Formatter/IniFormatter.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File\Formatter * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File\Formatter; use Grav\Framework\File\Interfaces\FileFormatterI...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/Formatter/MarkdownFormatter.php
system/src/Grav/Framework/File/Formatter/MarkdownFormatter.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File\Formatter * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File\Formatter; use Grav\Framework\File\Interfaces\FileFormatterI...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/Formatter/YamlFormatter.php
system/src/Grav/Framework/File/Formatter/YamlFormatter.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File\Formatter * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File\Formatter; use Grav\Framework\File\Interfaces\FileFormatterI...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/Formatter/SerializeFormatter.php
system/src/Grav/Framework/File/Formatter/SerializeFormatter.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File\Formatter * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File\Formatter; use Grav\Framework\File\Interfaces\FileFormatterI...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/Formatter/JsonFormatter.php
system/src/Grav/Framework/File/Formatter/JsonFormatter.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File\Formatter * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File\Formatter; use Grav\Framework\File\Interfaces\FileFormatterI...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/Formatter/CsvFormatter.php
system/src/Grav/Framework/File/Formatter/CsvFormatter.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File\Formatter * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File\Formatter; use Exception; use Grav\Framework\File\Interfaces...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/Formatter/FormatterInterface.php
system/src/Grav/Framework/File/Formatter/FormatterInterface.php
<?php namespace Grav\Framework\File\Formatter; use Grav\Framework\File\Interfaces\FileFormatterInterface; /** * @deprecated 1.6 Use Grav\Framework\File\Interfaces\FileFormatterInterface instead */ interface FormatterInterface extends FileFormatterInterface { }
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/Formatter/AbstractFormatter.php
system/src/Grav/Framework/File/Formatter/AbstractFormatter.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File\Formatter * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File\Formatter; use Grav\Framework\Compat\Serializable; use Grav\...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/Interfaces/FileInterface.php
system/src/Grav/Framework/File/Interfaces/FileInterface.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File\Interfaces; use RuntimeException; use Serializable; /** * Defines co...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/File/Interfaces/FileFormatterInterface.php
system/src/Grav/Framework/File/Interfaces/FileFormatterInterface.php
<?php declare(strict_types=1); /** * @package Grav\Framework\File * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\File\Interfaces; use Serializable; /** * Defines common interface for all...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/ContentBlock/ContentBlockInterface.php
system/src/Grav/Framework/ContentBlock/ContentBlockInterface.php
<?php /** * @package Grav\Framework\ContentBlock * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\ContentBlock; use Serializable; /** * ContentBlock Interface * @package Grav\Framework\Con...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/ContentBlock/ContentBlock.php
system/src/Grav/Framework/ContentBlock/ContentBlock.php
<?php /** * @package Grav\Framework\ContentBlock * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\ContentBlock; use Exception; use Grav\Framework\Compat\Serializable; use InvalidArgumentExcep...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/ContentBlock/HtmlBlockInterface.php
system/src/Grav/Framework/ContentBlock/HtmlBlockInterface.php
<?php /** * @package Grav\Framework\ContentBlock * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\ContentBlock; /** * Interface HtmlBlockInterface * @package Grav\Framework\ContentBlock */...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/ContentBlock/HtmlBlock.php
system/src/Grav/Framework/ContentBlock/HtmlBlock.php
<?php /** * @package Grav\Framework\ContentBlock * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\ContentBlock; use RuntimeException; use function is_array; use function is_string; /** * Ht...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Contracts/Object/IdentifierInterface.php
system/src/Grav/Framework/Contracts/Object/IdentifierInterface.php
<?php declare(strict_types=1); namespace Grav\Framework\Contracts\Object; use JsonSerializable; /** * Interface IdentifierInterface */ interface IdentifierInterface extends JsonSerializable { /** * Get identifier's ID. * * @return string * @phpstan-pure */ public function getId(): ...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Contracts/Relationships/ToOneRelationshipInterface.php
system/src/Grav/Framework/Contracts/Relationships/ToOneRelationshipInterface.php
<?php declare(strict_types=1); namespace Grav\Framework\Contracts\Relationships; use Grav\Framework\Contracts\Object\IdentifierInterface; /** * Interface ToOneRelationshipInterface * * @template T of IdentifierInterface * @template P of IdentifierInterface * @template-extends RelationshipInterface<T,P> */ inte...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Contracts/Relationships/RelationshipInterface.php
system/src/Grav/Framework/Contracts/Relationships/RelationshipInterface.php
<?php declare(strict_types=1); namespace Grav\Framework\Contracts\Relationships; use Countable; use Grav\Framework\Contracts\Object\IdentifierInterface; use IteratorAggregate; use JsonSerializable; use Serializable; /** * Interface Relationship * * @template T of IdentifierInterface * @template P of IdentifierIn...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Contracts/Relationships/ToManyRelationshipInterface.php
system/src/Grav/Framework/Contracts/Relationships/ToManyRelationshipInterface.php
<?php declare(strict_types=1); namespace Grav\Framework\Contracts\Relationships; use Grav\Framework\Contracts\Object\IdentifierInterface; /** * Interface ToManyRelationshipInterface * * @template T of IdentifierInterface * @template P of IdentifierInterface * @template-extends RelationshipInterface<T,P> */ int...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Contracts/Relationships/RelationshipIdentifierInterface.php
system/src/Grav/Framework/Contracts/Relationships/RelationshipIdentifierInterface.php
<?php declare(strict_types=1); namespace Grav\Framework\Contracts\Relationships; use ArrayAccess; use Grav\Framework\Contracts\Object\IdentifierInterface; /** * Interface RelationshipIdentifierInterface */ interface RelationshipIdentifierInterface extends IdentifierInterface { /** * If identifier has meta...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Contracts/Relationships/RelationshipsInterface.php
system/src/Grav/Framework/Contracts/Relationships/RelationshipsInterface.php
<?php declare(strict_types=1); namespace Grav\Framework\Contracts\Relationships; use ArrayAccess; use Countable; use Iterator; use JsonSerializable; /** * Interface RelationshipsInterface * * @template T of \Grav\Framework\Contracts\Object\IdentifierInterface * @template P of \Grav\Framework\Contracts\Object\Ide...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Contracts/Media/MediaObjectInterface.php
system/src/Grav/Framework/Contracts/Media/MediaObjectInterface.php
<?php declare(strict_types=1); namespace Grav\Framework\Contracts\Media; use Grav\Framework\Contracts\Object\IdentifierInterface; use Psr\Http\Message\ResponseInterface; /** * Media Object Interface */ interface MediaObjectInterface extends IdentifierInterface { /** * Returns true if the object exists. ...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Cache/AbstractCache.php
system/src/Grav/Framework/Cache/AbstractCache.php
<?php /** * @package Grav\Framework\Cache * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Cache; use DateInterval; use Psr\SimpleCache\InvalidArgumentException; /** * Cache trait for PSR-1...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Cache/CacheInterface.php
system/src/Grav/Framework/Cache/CacheInterface.php
<?php /** * @package Grav\Framework\Cache * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Cache; use Psr\SimpleCache\CacheInterface as SimpleCacheInterface; /** * PSR-16 compatible "Simple...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Cache/CacheTrait.php
system/src/Grav/Framework/Cache/CacheTrait.php
<?php /** * @package Grav\Framework\Cache * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Cache; use DateInterval; use DateTime; use Grav\Framework\Cache\Exception\InvalidArgumentException; ...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Cache/Exception/InvalidArgumentException.php
system/src/Grav/Framework/Cache/Exception/InvalidArgumentException.php
<?php /** * @package Grav\Framework\Cache * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Cache\Exception; use Psr\SimpleCache\InvalidArgumentException as SimpleCacheInvalidArgumentException...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Cache/Exception/CacheException.php
system/src/Grav/Framework/Cache/Exception/CacheException.php
<?php /** * @package Grav\Framework\Cache * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Cache\Exception; use Exception; use Psr\SimpleCache\CacheException as SimpleCacheException; /** * ...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Cache/Adapter/SessionCache.php
system/src/Grav/Framework/Cache/Adapter/SessionCache.php
<?php /** * @package Grav\Framework\Cache * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Cache\Adapter; use Grav\Framework\Cache\AbstractCache; /** * Cache class for PSR-16 compatible "Si...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Cache/Adapter/DoctrineCache.php
system/src/Grav/Framework/Cache/Adapter/DoctrineCache.php
<?php /** * @package Grav\Framework\Cache * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Cache\Adapter; use DateInterval; use Doctrine\Common\Cache\CacheProvider; use Grav\Framework\Cache\A...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Cache/Adapter/MemoryCache.php
system/src/Grav/Framework/Cache/Adapter/MemoryCache.php
<?php /** * @package Grav\Framework\Cache * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Cache\Adapter; use Grav\Framework\Cache\AbstractCache; use function array_key_exists; /** * Cache ...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Cache/Adapter/FileCache.php
system/src/Grav/Framework/Cache/Adapter/FileCache.php
<?php /** * @package Grav\Framework\Cache * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Cache\Adapter; use ErrorException; use FilesystemIterator; use Grav\Framework\Cache\AbstractCache; u...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Cache/Adapter/ChainCache.php
system/src/Grav/Framework/Cache/Adapter/ChainCache.php
<?php /** * @package Grav\Framework\Cache * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Cache\Adapter; use DateInterval; use Grav\Framework\Cache\AbstractCache; use Grav\Framework\Cache\Ca...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Filesystem/Filesystem.php
system/src/Grav/Framework/Filesystem/Filesystem.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Filesystem * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Filesystem; use Grav\Framework\Filesystem\Interfaces\FilesystemInterf...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Filesystem/Interfaces/FilesystemInterface.php
system/src/Grav/Framework/Filesystem/Interfaces/FilesystemInterface.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Filesystem * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Filesystem\Interfaces; use Grav\Framework\Filesystem\Filesystem; use ...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Pagination/AbstractPagination.php
system/src/Grav/Framework/Pagination/AbstractPagination.php
<?php /** * @package Grav\Framework\Pagination * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Pagination; use ArrayIterator; use Grav\Framework\Pagination\Interfaces\PaginationInterface; us...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Pagination/Pagination.php
system/src/Grav/Framework/Pagination/Pagination.php
<?php /** * @package Grav\Framework\Pagination * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Pagination; use Grav\Framework\Route\Route; /** * Class Pagination * @package Grav\Framework...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Pagination/PaginationPage.php
system/src/Grav/Framework/Pagination/PaginationPage.php
<?php /** * @package Grav\Framework\Pagination * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Pagination; /** * Class PaginationPage * @package Grav\Framework\Pagination */ class Paginat...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Pagination/AbstractPaginationPage.php
system/src/Grav/Framework/Pagination/AbstractPaginationPage.php
<?php /** * @package Grav\Framework\Pagination * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Pagination; use Grav\Framework\Pagination\Interfaces\PaginationPageInterface; /** * Class Abs...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Pagination/Interfaces/PaginationInterface.php
system/src/Grav/Framework/Pagination/Interfaces/PaginationInterface.php
<?php /** * @package Grav\Framework\Pagination * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Pagination\Interfaces; use Countable; use Grav\Framework\Pagination\PaginationPage; use Iterato...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Pagination/Interfaces/PaginationPageInterface.php
system/src/Grav/Framework/Pagination/Interfaces/PaginationPageInterface.php
<?php /** * @package Grav\Framework\Pagination * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Pagination\Interfaces; /** * Interface PaginationPageInterface * @package Grav\Framework\Pagi...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Psr7/ServerRequest.php
system/src/Grav/Framework/Psr7/ServerRequest.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Psr7 * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Psr7; use Grav\Framework\Psr7\Traits\ServerRequestDecoratorTrait; use Psr\H...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Psr7/AbstractUri.php
system/src/Grav/Framework/Psr7/AbstractUri.php
<?php /** * @package Grav\Framework\Psr7 * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Psr7; use Grav\Framework\Uri\UriPartsFilter; use InvalidArgumentException; use Psr\Http\Message\UriIn...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Psr7/Uri.php
system/src/Grav/Framework/Psr7/Uri.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Psr7 * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Psr7; use Grav\Framework\Psr7\Traits\UriDecorationTrait; use Grav\Framework...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Psr7/Stream.php
system/src/Grav/Framework/Psr7/Stream.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Psr7 * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Psr7; use Grav\Framework\Psr7\Traits\StreamDecoratorTrait; use Psr\Http\Mes...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Psr7/Request.php
system/src/Grav/Framework/Psr7/Request.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Psr7 * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Psr7; use Grav\Framework\Psr7\Traits\RequestDecoratorTrait; use Psr\Http\Me...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Psr7/Response.php
system/src/Grav/Framework/Psr7/Response.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Psr7 * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Psr7; use Grav\Framework\Psr7\Traits\ResponseDecoratorTrait; use Psr\Http\M...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Psr7/UploadedFile.php
system/src/Grav/Framework/Psr7/UploadedFile.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Psr7 * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Psr7; use Grav\Framework\Psr7\Traits\UploadedFileDecoratorTrait; use Psr\Ht...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Psr7/Traits/ResponseDecoratorTrait.php
system/src/Grav/Framework/Psr7/Traits/ResponseDecoratorTrait.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Psr7 * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Psr7\Traits; use Psr\Http\Message\ResponseInterface; /** * @author Márk S...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Psr7/Traits/StreamDecoratorTrait.php
system/src/Grav/Framework/Psr7/Traits/StreamDecoratorTrait.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Psr7 * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Psr7\Traits; use Psr\Http\Message\StreamInterface; /** * Trait StreamDeco...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Psr7/Traits/MessageDecoratorTrait.php
system/src/Grav/Framework/Psr7/Traits/MessageDecoratorTrait.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Psr7 * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Psr7\Traits; use Psr\Http\Message\MessageInterface; use Psr\Http\Message\St...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Psr7/Traits/UploadedFileDecoratorTrait.php
system/src/Grav/Framework/Psr7/Traits/UploadedFileDecoratorTrait.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Psr7 * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Psr7\Traits; use Psr\Http\Message\StreamInterface; use Psr\Http\Message\Upl...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Psr7/Traits/RequestDecoratorTrait.php
system/src/Grav/Framework/Psr7/Traits/RequestDecoratorTrait.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Psr7 * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Psr7\Traits; use Psr\Http\Message\RequestInterface; use Psr\Http\Message\Ur...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Psr7/Traits/UriDecorationTrait.php
system/src/Grav/Framework/Psr7/Traits/UriDecorationTrait.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Psr7 * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Psr7\Traits; use Psr\Http\Message\UriInterface; /** * Trait UriDecoration...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Psr7/Traits/ServerRequestDecoratorTrait.php
system/src/Grav/Framework/Psr7/Traits/ServerRequestDecoratorTrait.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Psr7 * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Psr7\Traits; use Psr\Http\Message\ServerRequestInterface; /** * Trait Ser...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/FlexIndex.php
system/src/Grav/Framework/Flex/FlexIndex.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex; use Exception; use Grav\Common\Debugger; use Grav\Common\File\CompiledJsonFile; use Grav\Common...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/FlexIdentifier.php
system/src/Grav/Framework/Flex/FlexIdentifier.php
<?php declare(strict_types=1); namespace Grav\Framework\Flex; use Grav\Common\Grav; use Grav\Framework\Flex\Interfaces\FlexObjectInterface; use Grav\Framework\Object\Identifiers\Identifier; use RuntimeException; /** * Interface IdentifierInterface * * @template T of FlexObjectInterface * @extends Identifier<T> ...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/FlexCollection.php
system/src/Grav/Framework/Flex/FlexCollection.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex; use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\Criteria; use Grav\...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/FlexDirectoryForm.php
system/src/Grav/Framework/Flex/FlexDirectoryForm.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex; use ArrayAccess; use Exception; use Grav\Common\Data\Blueprint; use Grav\Common\Data\Data; use ...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/FlexDirectory.php
system/src/Grav/Framework/Flex/FlexDirectory.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex; use Exception; use Grav\Common\Cache; use Grav\Common\Config\Config; use Grav\Common\Data\Bluep...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
true
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/FlexObject.php
system/src/Grav/Framework/Flex/FlexObject.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex; use ArrayAccess; use Exception; use Grav\Common\Data\Blueprint; use Grav\Common\Data\Data; use ...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
true
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/FlexForm.php
system/src/Grav/Framework/Flex/FlexForm.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex; use ArrayAccess; use Exception; use Grav\Common\Data\Blueprint; use Grav\Common\Data\Data; use ...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/FlexFormFlash.php
system/src/Grav/Framework/Flex/FlexFormFlash.php
<?php /** * @package Grav\Common\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex; use Grav\Framework\Flex\Interfaces\FlexInterface; use Grav\Framework\Flex\Interfaces\FlexObjectInt...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Flex.php
system/src/Grav/Framework/Flex/Flex.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex; use Grav\Common\Debugger; use Grav\Common\Grav; use Grav\Framework\Fl...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Interfaces/FlexCollectionInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexCollectionInterface.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Interfaces; use Grav\Framework\Flex\Flex; use Grav\Framework\Object\In...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Interfaces/FlexObjectInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexObjectInterface.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Interfaces; use ArrayAccess; use Grav\Common\Data\Blueprint; use Grav\...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Interfaces/FlexDirectoryFormInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexDirectoryFormInterface.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Interfaces; /** * Defines Forms for Flex Objects. * * @used-by \Grav\Framework\Flex\FlexForm ...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Interfaces/FlexInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexInterface.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Interfaces; use Countable; use Grav\Framework\Flex\FlexDirectory; use ...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Interfaces/FlexTranslateInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexTranslateInterface.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Interfaces; /** * Implements PageTranslateInterface */ interface Fle...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Interfaces/FlexDirectoryInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexDirectoryInterface.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Interfaces; use Exception; use Grav\Common\Data\Blueprint; use Grav\Framework\Cache\CacheInterfa...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Interfaces/FlexAuthorizeInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexAuthorizeInterface.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Interfaces; use Grav\Common\User\Interfaces\UserInterface; /** * Def...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Interfaces/FlexStorageInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexStorageInterface.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Interfaces; /** * Defines Flex Storage layer. * * @since 1.6 */ in...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Interfaces/FlexCommonInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexCommonInterface.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Interfaces; use Grav\Framework\Flex\FlexDirectory; use Grav\Framework\...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Interfaces/FlexIndexInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexIndexInterface.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Interfaces; use Grav\Framework\Flex\FlexDirectory; /** * Defines Ind...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Interfaces/FlexObjectFormInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexObjectFormInterface.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Interfaces; /** * Defines Forms for Flex Objects. * * @used-by \Grav\Framework\Flex\FlexForm ...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Interfaces/FlexFormInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexFormInterface.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Interfaces; use Grav\Framework\Form\Interfaces\FormInterface; use Grav\Framework\Route\Route; us...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Traits/FlexRelatedDirectoryTrait.php
system/src/Grav/Framework/Flex/Traits/FlexRelatedDirectoryTrait.php
<?php declare(strict_types=1); /** * @package Grav\Common\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Traits; use Grav\Framework\Flex\FlexDirectory; use Grav\Framework\Flex\In...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Traits/FlexAuthorizeTrait.php
system/src/Grav/Framework/Flex/Traits/FlexAuthorizeTrait.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Traits; use Grav\Common\User\Interfaces\UserInterface; use Grav\Framew...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Traits/FlexRelationshipsTrait.php
system/src/Grav/Framework/Flex/Traits/FlexRelationshipsTrait.php
<?php declare(strict_types=1); namespace Grav\Framework\Flex\Traits; use Grav\Framework\Contracts\Relationships\RelationshipInterface; use Grav\Framework\Contracts\Relationships\RelationshipsInterface; use Grav\Framework\Flex\FlexIdentifier; use Grav\Framework\Relationships\Relationships; /** * Trait FlexRelationsh...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Traits/FlexMediaTrait.php
system/src/Grav/Framework/Flex/Traits/FlexMediaTrait.php
<?php namespace Grav\Framework\Flex\Traits; /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ use Grav\Common\Config\Config; use Grav\Common\Grav; use Grav\Common\Media\Interfaces\Me...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Pages/FlexPageCollection.php
system/src/Grav/Framework/Flex/Pages/FlexPageCollection.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Pages; use Grav\Common\Page\Interfaces\PageInterface; use Grav\Framewo...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Pages/FlexPageIndex.php
system/src/Grav/Framework/Flex/Pages/FlexPageIndex.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Pages; use Grav\Common\Grav; use Grav\Framework\Flex\FlexIndex; /** ...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Pages/FlexPageObject.php
system/src/Grav/Framework/Flex/Pages/FlexPageObject.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Pages; use DateTime; use Exception; use Grav\Common\Debugger; use Grav\Common\Grav; use Grav\Com...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Pages/Traits/PageRoutableTrait.php
system/src/Grav/Framework/Flex/Pages/Traits/PageRoutableTrait.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Pages\Traits; use Grav\Common\Config\Config; use Grav\Common\Grav; use Grav\Common\Page\Interfac...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Pages/Traits/PageAuthorsTrait.php
system/src/Grav/Framework/Flex/Pages/Traits/PageAuthorsTrait.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Pages\Traits; use Grav\Common\User\Interfaces\UserInterface; use Grav\...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Pages/Traits/PageLegacyTrait.php
system/src/Grav/Framework/Flex/Pages/Traits/PageLegacyTrait.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Pages\Traits; use Exception; use Grav\Common\Grav; use Grav\Common\Page\Collection; use Grav\Com...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
true
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Pages/Traits/PageTranslateTrait.php
system/src/Grav/Framework/Flex/Pages/Traits/PageTranslateTrait.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Pages\Traits; use Grav\Common\Grav; use Grav\Common\Language\Language; use Grav\Common\Page\Inte...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Pages/Traits/PageContentTrait.php
system/src/Grav/Framework/Flex/Pages/Traits/PageContentTrait.php
<?php /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Pages\Traits; use Exception; use Grav\Common\Config\Config; use Grav\Common\Grav; use Grav\Commo...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Storage/FolderStorage.php
system/src/Grav/Framework/Flex/Storage/FolderStorage.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Storage; use FilesystemIterator; use Grav\Common\Filesystem\Folder; us...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Storage/AbstractFilesystemStorage.php
system/src/Grav/Framework/Flex/Storage/AbstractFilesystemStorage.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Storage; use Grav\Common\File\CompiledJsonFile; use Grav\Common\File\C...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false
getgrav/grav
https://github.com/getgrav/grav/blob/97af1bc35b4d1065be46d403134020398dbcc43d/system/src/Grav/Framework/Flex/Storage/SimpleStorage.php
system/src/Grav/Framework/Flex/Storage/SimpleStorage.php
<?php declare(strict_types=1); /** * @package Grav\Framework\Flex * * @copyright Copyright (c) 2015 - 2025 Trilby Media, LLC. All rights reserved. * @license MIT License; see LICENSE file for details. */ namespace Grav\Framework\Flex\Storage; use Grav\Common\Data\Data; use Grav\Common\Filesystem\Folder;...
php
MIT
97af1bc35b4d1065be46d403134020398dbcc43d
2026-01-04T15:02:35.884566Z
false