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 |
|---|---|---|---|---|---|---|---|---|
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/ar/EnumTypeInCustomSchema.php | tests/data/ar/EnumTypeInCustomSchema.php | <?php
namespace yiiunit\data\ar;
use yii\db\ArrayExpression;
/**
* Class EnumTypeInCustomSchema
*
* @property int $id
* @property ArrayExpression $test_type
*/
class EnumTypeInCustomSchema extends ActiveRecord
{
public static function tableName()
{
return '{{%schema2.custom_type_test_table}}';
... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/ar/Dog.php | tests/data/ar/Dog.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
declare(strict_types=1);
namespace yiiunit\data\ar;
/**
* Class Dog.
*
* @author Jose Lorente <jose.lorente.martin@gmail.com>
* @since 2.0
*/
class Dog extend... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/ar/TestTrigger.php | tests/data/ar/TestTrigger.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yiiunit\data\ar;
/**
* Class TestTrigger.
*
* @property int $id
* @property string $stringcol
*/
class TestTrigger extends ActiveRecord
{
public s... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/ar/Document.php | tests/data/ar/Document.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yiiunit\data\ar;
/**
* @property int $id
* @property string $title
* @property string $content
* @property int $version
* @property array $properties
... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/ar/OrderItemWithConstructor.php | tests/data/ar/OrderItemWithConstructor.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
declare(strict_types=1);
namespace yiiunit\data\ar;
use ReflectionClass;
/**
* OrderItemWithConstructor.
*
* @property int $order_id
* @property int $item_id
... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/ar/Employee.php | tests/data/ar/Employee.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yiiunit\data\ar;
use yii\db\ActiveQuery;
/**
* Class Employee
*
* @property int $id
* @property int $department_id
* @property string $first_name
*... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/ar/Item.php | tests/data/ar/Item.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yiiunit\data\ar;
/**
* Class Item.
*
* @property int $id
* @property string $name
* @property int $category_id
*/
class Item extends ActiveRecord
{
... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/ar/Alpha.php | tests/data/ar/Alpha.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yiiunit\data\ar;
/**
* @property int $id
* @property string $string_identifier
*/
class Alpha extends ActiveRecord
{
public static function tableNam... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/ar/TestTriggerAlert.php | tests/data/ar/TestTriggerAlert.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yiiunit\data\ar;
/**
* Class TestTriggerAlert.
*
* @property int $id
* @property string $stringcol
*/
class TestTriggerAlert extends ActiveRecord
{
... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/ar/CustomerWithConstructor.php | tests/data/ar/CustomerWithConstructor.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
declare(strict_types=1);
namespace yiiunit\data\ar;
use ReflectionClass;
/**
* CustomerWithConstructor.
*
* @property int $id
* @property string $name
* @pro... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/ar/DefaultMultiplePk.php | tests/data/ar/DefaultMultiplePk.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yiiunit\data\ar;
/**
* DefaultMultiplePk.
*
* @author mankwok <astleykwok@gmail.com>
* @property int $id
* @property string $second_key_column
* @pro... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/ar/CustomerQuery.php | tests/data/ar/CustomerQuery.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
declare(strict_types=1);
namespace yiiunit\data\ar;
use yii\db\ActiveQuery;
/**
* CustomerQuery.
* @extends ActiveQuery<CustomerWithAlias>
*/
class CustomerQue... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/ar/CroppedType.php | tests/data/ar/CroppedType.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yiiunit\data\ar;
/**
* Model representing 2 columns from "type" table.
*
* @property int $int_col
* @property int $int_col2 DEFAULT 1
*/
class Cropped... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/ar/ProfileWithConstructor.php | tests/data/ar/ProfileWithConstructor.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
declare(strict_types=1);
namespace yiiunit\data\ar;
use ReflectionClass;
/**
* ProfileWithConstructor.
*
* @property int $id
* @property string $description
... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/views/errorHandlerForAssetFiles.php | tests/data/views/errorHandlerForAssetFiles.php | <?php if (method_exists($this, 'beginPage')): ?>
<?php $this->beginPage(); ?>
<?php endif; ?>
Exception View
<?php if (method_exists($this, 'endBody')): ?>
<?php $this->endBody(); ?>
<?php endif; ?>
<?php if (method_exists($this, 'endPage')): ?>
<?php $this->endPage(); ?>
<?php endif;
| php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/views/layout.php | tests/data/views/layout.php | <?php
/**
* @var \yii\web\View $this
* @var string $content
*/
?>
<?php $this->beginPage(); ?>
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<?php $this->head(); ?>
</head>
<body>
<?php $this->beginBody(); ?>
<?= $content ?>
<?php $this->endBody(); ?>
</body>
</html>
<?php $this->endPage(); ?>
| php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/views/errorHandler.php | tests/data/views/errorHandler.php | <?php
/** @var \Exception $exception */
?>
Code: <?= Yii::$app->response->statusCode ?>
Message: <?= $exception->getMessage() ?>
Exception: <?= get_class($exception) ?>
| php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/views/pageCacheLayout.php | tests/data/views/pageCacheLayout.php | <?php
/** @var \yii\web\View $this */
/** @var string $static */
$this->beginPage();
$this->head();
$this->beginBody();
?>
{
"static": "<?= $static ?>",
"dynamic": "<?= $this->renderDynamic('return Yii::$app->params[\'dynamic\'];') ?>"
}
<?php
$this->endBody();
$this->endPage();
?>
| php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/views/rawlayout.php | tests/data/views/rawlayout.php | <?php
/** @var \yii\web\View $this */
?><?php $this->beginPage(); ?>1<?php $this->head(); ?>2<?php $this->beginBody(); ?>3<?php $this->endBody(); ?>4<?php $this->endPage(); ?>
| php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/views/simple.php | tests/data/views/simple.php | This is a damn simple view file.
| php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/views/error.php | tests/data/views/error.php | <?php
/**
* @var string $name
* @var string $message
* @var \Exception $exception
*/
?>
Name: <?= $name ?>
Code: <?= Yii::$app->response->statusCode ?>
Message: <?= $message ?>
Exception: <?= get_class($exception) ?>
| php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/views/widgets/ListView/item.php | tests/data/views/widgets/ListView/item.php | <?php
use yii\widgets\ListView;
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*
* @var array|object $model
* @var string $key
* @var int $index
* @var ListView $widget
*/
echo "Item #{$index}: {$model['login']} - Wi... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/modules/magic/Module.php | tests/data/modules/magic/Module.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yiiunit\data\modules\magic;
class Module extends \yii\base\Module
{
}
| php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/modules/magic/controllers/ETagController.php | tests/data/modules/magic/controllers/ETagController.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
declare(strict_types=1);
namespace yiiunit\data\modules\magic\controllers;
use yii\console\Controller;
class ETagController extends Controller
{
public functi... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/modules/magic/controllers/subFolder/SubController.php | tests/data/modules/magic/controllers/subFolder/SubController.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
declare(strict_types=1);
namespace yiiunit\data\modules\magic\controllers\subFolder;
use yii\console\Controller;
class SubController extends Controller
{
publ... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/tests/data/rbac/UserID.php | tests/data/rbac/UserID.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yiiunit\data\rbac;
class UserID
{
private $id;
public function __construct($id)
{
$this->id = $id;
}
public function __toStri... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/BaseYii.php | framework/BaseYii.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii;
use yii\base\InvalidArgumentException;
use yii\base\InvalidConfigException;
use yii\base\UnknownClassException;
use yii\di\Container;
use yii\log\Logg... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/.phpstorm.meta.php | framework/.phpstorm.meta.php | <?php
// .phpstorm.meta.php
namespace PHPSTORM_META {
override(
\yii\di\Container::get(0),
map([
'' => '@',
])
);
override(
\yii\di\Instance::ensure(0),
map([
'' => '@',
])
);
override(
\Yii::createObject(0),
... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/Yii.php | framework/Yii.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
require __DIR__ . '/BaseYii.php';
/**
* Yii is a helper class serving common framework functionalities.
*
* It extends from [[\yii\BaseYii]] which provides the a... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/classes.php | framework/classes.php | <?php
/**
* Yii core class map.
*
* This file is automatically generated by the "build classmap" command under the "build" folder.
* Do not modify it directly.
*
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
return [
... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/mail/MessageInterface.php | framework/mail/MessageInterface.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\mail;
/**
* MessageInterface is the interface that should be implemented by mail message classes.
*
* A message represents the settings and content ... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/mail/MailerInterface.php | framework/mail/MailerInterface.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\mail;
/**
* MailerInterface is the interface that should be implemented by mailer classes.
*
* A mailer should mainly support creating and sending [... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/mail/BaseMailer.php | framework/mail/BaseMailer.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\mail;
use Yii;
use yii\base\Component;
use yii\base\InvalidConfigException;
use yii\base\ViewContextInterface;
use yii\web\View;
/**
* BaseMailer ser... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/mail/BaseMessage.php | framework/mail/BaseMessage.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\mail;
use Yii;
use yii\base\BaseObject;
use yii\base\ErrorHandler;
/**
* BaseMessage serves as a base class that implements the [[send()]] method req... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/mail/MailEvent.php | framework/mail/MailEvent.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\mail;
use yii\base\Event;
/**
* MailEvent represents the event parameter used for events triggered by [[BaseMailer]].
*
* By setting the [[isValid]... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/InvalidCallException.php | framework/base/InvalidCallException.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* InvalidCallException represents an exception caused by calling a method in a wrong way.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/NotSupportedException.php | framework/base/NotSupportedException.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* NotSupportedException represents an exception caused by accessing features that are not supported.
*
* @author Qiang Xue <qiang.xue@gmai... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/InlineAction.php | framework/base/InlineAction.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use Yii;
/**
* InlineAction represents an action that is defined as a controller method.
*
* The name of the controller method is available v... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/UserException.php | framework/base/UserException.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* UserException is the base class for exceptions that are meant to be shown to end users.
* Such exceptions are often caused by mistakes of... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/ViewEvent.php | framework/base/ViewEvent.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* ViewEvent represents events triggered by the [[View]] component.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
class Vie... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Configurable.php | framework/base/Configurable.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* Configurable is the interface that should be implemented by classes who support configuring
* its properties through the last parameter t... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/ViewNotFoundException.php | framework/base/ViewNotFoundException.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* ViewNotFoundException represents an exception caused by view file not found.
*
* @author Alexander Makarov
* @since 2.0.10
*/
class Vi... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/ViewRenderer.php | framework/base/ViewRenderer.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* ViewRenderer is the base class for view renderer classes.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
abstract class V... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Action.php | framework/base/Action.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use Yii;
/**
* Action is the base class for all controller action classes.
*
* Action provides a way to reuse action method code. An action m... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/UnknownMethodException.php | framework/base/UnknownMethodException.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* UnknownMethodException represents an exception caused by accessing an unknown object method.
*
* @author Qiang Xue <qiang.xue@gmail.com>... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/InvalidValueException.php | framework/base/InvalidValueException.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* InvalidValueException represents an exception caused by a function returning a value of unexpected type.
*
* @author Qiang Xue <qiang.xu... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Theme.php | framework/base/Theme.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use Yii;
use yii\helpers\FileHelper;
/**
* Theme represents an application theme.
*
* When [[View]] renders a view file, it will check the [[... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Controller.php | framework/base/Controller.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use Yii;
use yii\di\Instance;
use yii\di\NotInstantiableException;
/**
* Controller is the base class for classes containing controller logic.
... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/InvalidConfigException.php | framework/base/InvalidConfigException.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* InvalidConfigException represents an exception caused by incorrect object configuration.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* ... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Request.php | framework/base/Request.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use Yii;
/**
* Request represents a request that is handled by an [[Application]].
*
* For more details and usage information on Request, see... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Module.php | framework/base/Module.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use Yii;
use yii\di\ServiceLocator;
/**
* Module is the base class for module and application classes.
*
* A module represents a sub-applicat... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Application.php | framework/base/Application.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use Yii;
/**
* Application is the base class for all application classes.
*
* For more details and usage information on Application, see the ... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/ErrorHandler.php | framework/base/ErrorHandler.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use Yii;
use yii\helpers\VarDumper;
use yii\web\HttpException;
/**
* ErrorHandler handles uncaught PHP errors and exceptions.
*
* ErrorHandle... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Response.php | framework/base/Response.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* Response represents the response of an [[Application]] to a [[Request]].
*
* For more details and usage information on Response, see the... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Behavior.php | framework/base/Behavior.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* Behavior is the base class for all behavior classes.
*
* A behavior can be used to enhance the functionality of an existing component wi... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/ExitException.php | framework/base/ExitException.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* ExitException represents a normal termination of an application.
*
* Do not catch ExitException. Yii will handle this exception to termi... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/ViewContextInterface.php | framework/base/ViewContextInterface.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* ViewContextInterface is the interface that should implemented by classes who want to support relative view names.
*
* The method [[getVi... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/DynamicModel.php | framework/base/DynamicModel.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use yii\validators\Validator;
/**
* DynamicModel is a model class that supports defining attributes at run-time (the so-called
* "dynamic attr... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Exception.php | framework/base/Exception.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* Exception represents a generic exception for all purposes.
*
* For more details and usage information on Exception, see the [guide artic... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/ActionFilter.php | framework/base/ActionFilter.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use yii\helpers\StringHelper;
/**
* ActionFilter is the base class for action filters.
*
* An action filter will participate in the action ex... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/ActionEvent.php | framework/base/ActionEvent.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* ActionEvent represents the event parameter used for an action event.
*
* By setting the [[isValid]] property, one may control whether to... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Security.php | framework/base/Security.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use yii\helpers\StringHelper;
/**
* Security provides a set of methods to handle common security-related tasks.
*
* In particular, Security s... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/WidgetEvent.php | framework/base/WidgetEvent.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* WidgetEvent represents the event parameter used for a widget event.
*
* By setting the [[isValid]] property, one may control whether to ... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Widget.php | framework/base/Widget.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use ReflectionClass;
use Yii;
/**
* Widget is the base class for widgets.
*
* For more details and usage information on Widget, see the [guid... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/DynamicContentAwareInterface.php | framework/base/DynamicContentAwareInterface.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* DynamicContentAwareInterface is the interface that should be implemented by classes
* which support a [[View]] dynamic content feature.
... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Event.php | framework/base/Event.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use yii\helpers\StringHelper;
/**
* Event is the base class for all event classes.
*
* It encapsulates the parameters associated with an even... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/StaticInstanceTrait.php | framework/base/StaticInstanceTrait.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use Yii;
/**
* StaticInstanceTrait provides methods to satisfy [[StaticInstanceInterface]] interface.
*
* @see StaticInstanceInterface
*
* ... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/DynamicContentAwareTrait.php | framework/base/DynamicContentAwareTrait.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* DynamicContentAwareTrait implements common methods for classes
* which support a [[View]] dynamic content feature.
*
* @author Sergey M... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Arrayable.php | framework/base/Arrayable.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* Arrayable is the interface that should be implemented by classes who want to support customizable representation of their instances.
*
*... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/InvalidRouteException.php | framework/base/InvalidRouteException.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* InvalidRouteException represents an exception caused by an invalid route.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/ModelEvent.php | framework/base/ModelEvent.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* ModelEvent represents the parameter needed by [[Model]] events.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0
*/
class Mode... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/InvalidArgumentException.php | framework/base/InvalidArgumentException.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* InvalidArgumentException represents an exception caused by invalid arguments passed to a method.
*
* @author Qiang Xue <qiang.xue@gmail.... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Model.php | framework/base/Model.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use ArrayAccess;
use ArrayIterator;
use ArrayObject;
use IteratorAggregate;
use ReflectionClass;
use Yii;
use yii\helpers\Inflector;
use yii\vali... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | true |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/UnknownClassException.php | framework/base/UnknownClassException.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* UnknownClassException represents an exception caused by using an unknown class.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/BaseObject.php | framework/base/BaseObject.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use Yii;
/**
* BaseObject is the base class that implements the *property* feature.
*
* A property is defined by a getter method (e.g. `getLa... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/UnknownPropertyException.php | framework/base/UnknownPropertyException.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* UnknownPropertyException represents an exception caused by accessing unknown object properties.
*
* @author Qiang Xue <qiang.xue@gmail.c... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/ErrorException.php | framework/base/ErrorException.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* ErrorException represents a PHP error.
*
* For more details and usage information on ErrorException, see the [guide article on handling ... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/StaticInstanceInterface.php | framework/base/StaticInstanceInterface.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* StaticInstanceInterface is the interface for providing static instances to classes,
* which can be used to obtain class meta information ... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/BootstrapInterface.php | framework/base/BootstrapInterface.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* BootstrapInterface is the interface that should be implemented by classes who want to participate in the application bootstrap process.
*... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/ArrayAccessTrait.php | framework/base/ArrayAccessTrait.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* ArrayAccessTrait provides the implementation for [[\IteratorAggregate]], [[\ArrayAccess]] and [[\Countable]].
*
* Note that ArrayAccessT... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/View.php | framework/base/View.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use Yii;
use yii\helpers\FileHelper;
use yii\widgets\Block;
use yii\widgets\ContentDecorator;
use yii\widgets\FragmentCache;
/**
* View represe... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/InvalidParamException.php | framework/base/InvalidParamException.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
/**
* InvalidParamException represents an exception caused by invalid parameters passed to a method.
*
* @author Qiang Xue <qiang.xue@gmail.co... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/Component.php | framework/base/Component.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use Yii;
use yii\helpers\StringHelper;
/**
* Component is the base class that implements the *property*, *event* and *behavior* features.
*
*... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/base/ArrayableTrait.php | framework/base/ArrayableTrait.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\base;
use Yii;
use yii\helpers\ArrayHelper;
use yii\web\Link;
use yii\web\Linkable;
/**
* ArrayableTrait provides a common implementation of the [[Ar... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/BaseFileHelper.php | framework/helpers/BaseFileHelper.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
use Yii;
use yii\base\ErrorException;
use yii\base\Exception;
use yii\base\InvalidArgumentException;
use yii\base\InvalidConfigException;
/**... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | true |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/BaseInflector.php | framework/helpers/BaseInflector.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
use Yii;
/**
* BaseInflector provides concrete implementation for [[Inflector]].
*
* Do not use BaseInflector. Use [[Inflector]] instead.
... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/BaseStringHelper.php | framework/helpers/BaseStringHelper.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
use Yii;
/**
* BaseStringHelper provides concrete implementation for [[StringHelper]].
*
* Do not use BaseStringHelper. Use [[StringHelper... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/Console.php | framework/helpers/Console.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
/**
* Console helper provides useful methods for command line related tasks such as getting input or formatting and coloring
* output.
*
*... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/BaseArrayHelper.php | framework/helpers/BaseArrayHelper.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
use Yii;
use ArrayAccess;
use Traversable;
use yii\base\Arrayable;
use yii\base\InvalidArgumentException;
/**
* BaseArrayHelper provides con... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | true |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/Markdown.php | framework/helpers/Markdown.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
/**
* Markdown provides an ability to transform markdown into HTML.
*
* Basic usage is the following:
*
* ```
* $myHtml = Markdown::proc... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/FormatConverter.php | framework/helpers/FormatConverter.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
/**
* FormatConverter provides functionality to convert between different formatting pattern formats.
*
* It provides functions to convert ... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/Json.php | framework/helpers/Json.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
/**
* Json is a helper class providing JSON data encoding and decoding.
* It enhances the PHP built-in functions `json_encode()` and `json_d... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/FileHelper.php | framework/helpers/FileHelper.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
/**
* File system helper.
*
* @author Qiang Xue <qiang.xue@gmail.com>
* @author Alex Makarov <sam@rmcreative.ru>
* @since 2.0
*/
class F... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/IpHelper.php | framework/helpers/IpHelper.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
/**
* Class IpHelper provides a set of IP-related static methods.
*
* Methods expect correct IP addresses.
* To validate IP addresses use ... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/BaseHtmlPurifier.php | framework/helpers/BaseHtmlPurifier.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
/**
* BaseHtmlPurifier provides concrete implementation for [[HtmlPurifier]].
*
* Do not use BaseHtmlPurifier. Use [[HtmlPurifier]] instead... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/mimeTypes.php | framework/helpers/mimeTypes.php | <?php
/**
* MIME types.
*
* This file contains most commonly used MIME types
* according to file extension names.
* Its content is generated from the apache http mime.types file.
* https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types
* This file has been placed in the public domai... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | true |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/BaseUrl.php | framework/helpers/BaseUrl.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
use Yii;
use yii\base\InvalidArgumentException;
/**
* BaseUrl provides concrete implementation for [[Url]].
*
* Do not use BaseUrl. Use [[... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/UnsetArrayValue.php | framework/helpers/UnsetArrayValue.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
/**
* Object that represents the removal of array value while performing [[ArrayHelper::merge()]].
*
* Usage example:
*
* ```
* $array1 ... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/BaseMarkdown.php | framework/helpers/BaseMarkdown.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
use Yii;
use yii\base\InvalidArgumentException;
/**
* BaseMarkdown provides concrete implementation for [[Markdown]].
*
* Do not use BaseM... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
yiisoft/yii2 | https://github.com/yiisoft/yii2/blob/c50e2d17498775bb79e89b960ec5346cb3b990ca/framework/helpers/Url.php | framework/helpers/Url.php | <?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license https://www.yiiframework.com/license/
*/
namespace yii\helpers;
/**
* Url provides a set of static methods for managing URLs.
*
* For more details and usage information on Url, see the [guide article on ... | php | BSD-3-Clause | c50e2d17498775bb79e89b960ec5346cb3b990ca | 2026-01-04T15:02:42.625334Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.