mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
PHPDoc fix
This commit is contained in:
@ -266,7 +266,7 @@ yii migrate/create create_post_table --fields="author_id:integer:notNull:foreign
|
||||
class m160328_040430_create_post_table extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
@ -314,7 +314,7 @@ class m160328_040430_create_post_table extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
@ -465,7 +465,7 @@ yii migrate/create create_junction_table_for_post_and_tag_tables
|
||||
class m160328_041642_create_junction_table_for_post_and_tag_tables extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
@ -512,7 +512,7 @@ class m160328_041642_create_junction_table_for_post_and_tag_tables extends Migra
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
|
@ -258,7 +258,7 @@ class CsvDataProvider extends BaseDataProvider
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -269,7 +269,7 @@ class CsvDataProvider extends BaseDataProvider
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareModels()
|
||||
{
|
||||
@ -298,7 +298,7 @@ class CsvDataProvider extends BaseDataProvider
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareKeys($models)
|
||||
{
|
||||
@ -320,7 +320,7 @@ class CsvDataProvider extends BaseDataProvider
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareTotalCount()
|
||||
{
|
||||
|
@ -633,7 +633,7 @@ class UserView extends ActiveRecord
|
||||
{
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function tableName()
|
||||
{
|
||||
@ -646,7 +646,7 @@ class UserView extends ActiveRecord
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function rules()
|
||||
{
|
||||
@ -656,7 +656,7 @@ class UserView extends ActiveRecord
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function attributeLabels()
|
||||
{
|
||||
|
@ -211,7 +211,7 @@ generates
|
||||
class m150811_220037_create_post_table extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
@ -221,7 +221,7 @@ class m150811_220037_create_post_table extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
@ -245,7 +245,7 @@ generates
|
||||
class m150811_220037_create_post_table extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
@ -257,7 +257,7 @@ class m150811_220037_create_post_table extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
@ -282,7 +282,7 @@ generates
|
||||
class m150811_220037_create_post_table extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
@ -294,7 +294,7 @@ class m150811_220037_create_post_table extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
@ -327,7 +327,7 @@ generates
|
||||
class m160328_040430_create_post_table extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
@ -375,7 +375,7 @@ class m160328_040430_create_post_table extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
@ -540,7 +540,7 @@ generates
|
||||
class m160328_041642_create_junction_table_for_post_and_tag_tables extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
@ -587,7 +587,7 @@ class m160328_041642_create_junction_table_for_post_and_tag_tables extends Migra
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
|
@ -262,7 +262,7 @@ class CsvDataProvider extends BaseDataProvider
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -273,7 +273,7 @@ class CsvDataProvider extends BaseDataProvider
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareModels()
|
||||
{
|
||||
@ -302,7 +302,7 @@ class CsvDataProvider extends BaseDataProvider
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareKeys($models)
|
||||
{
|
||||
@ -324,7 +324,7 @@ class CsvDataProvider extends BaseDataProvider
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareTotalCount()
|
||||
{
|
||||
|
@ -656,7 +656,7 @@ class UserView extends ActiveRecord
|
||||
{
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function tableName()
|
||||
{
|
||||
@ -669,7 +669,7 @@ class UserView extends ActiveRecord
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function rules()
|
||||
{
|
||||
@ -679,7 +679,7 @@ class UserView extends ActiveRecord
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function attributeLabels()
|
||||
{
|
||||
|
@ -37,7 +37,7 @@ class BooleanValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -48,7 +48,7 @@ class BooleanValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
@ -69,7 +69,7 @@ class BooleanValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -80,7 +80,7 @@ class BooleanValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
@ -97,7 +97,7 @@ class CompareValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -135,7 +135,7 @@ class CompareValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
@ -163,7 +163,7 @@ class CompareValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
@ -221,7 +221,7 @@ class CompareValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -232,7 +232,7 @@ class CompareValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
@ -207,7 +207,7 @@ class DateValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -261,7 +261,7 @@ class DateValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
@ -301,7 +301,7 @@ class DateValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
|
@ -39,7 +39,7 @@ class DefaultValueValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
|
@ -77,7 +77,7 @@ class EachValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -124,7 +124,7 @@ class EachValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
@ -168,7 +168,7 @@ class EachValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
|
@ -52,7 +52,7 @@ class EmailValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -66,7 +66,7 @@ class EmailValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
@ -116,7 +116,7 @@ class EmailValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -130,7 +130,7 @@ class EmailValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
@ -75,7 +75,7 @@ class ExistValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -86,7 +86,7 @@ class ExistValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
@ -167,7 +167,7 @@ class ExistValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
|
@ -163,7 +163,7 @@ class FileValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -205,7 +205,7 @@ class FileValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
@ -268,7 +268,7 @@ class FileValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
@ -361,7 +361,7 @@ class FileValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
* @param bool $trim
|
||||
*/
|
||||
public function isEmpty($value, $trim = false)
|
||||
@ -423,7 +423,7 @@ class FileValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -433,7 +433,7 @@ class FileValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
@ -58,7 +58,7 @@ class FilterValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -69,7 +69,7 @@ class FilterValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
@ -80,7 +80,7 @@ class FilterValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -95,7 +95,7 @@ class FilterValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
@ -89,7 +89,7 @@ class ImageValidator extends FileValidator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -113,7 +113,7 @@ class ImageValidator extends FileValidator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
@ -160,7 +160,7 @@ class ImageValidator extends FileValidator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -170,7 +170,7 @@ class ImageValidator extends FileValidator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
@ -61,7 +61,7 @@ class InlineValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
@ -73,7 +73,7 @@ class InlineValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
|
@ -205,7 +205,7 @@ class IpValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -283,7 +283,7 @@ class IpValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
@ -297,7 +297,7 @@ class IpValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
@ -533,7 +533,7 @@ class IpValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -544,7 +544,7 @@ class IpValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
@ -58,7 +58,7 @@ class NumberValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -76,7 +76,7 @@ class NumberValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
@ -99,7 +99,7 @@ class NumberValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
@ -119,7 +119,7 @@ class NumberValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -130,7 +130,7 @@ class NumberValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
@ -51,7 +51,7 @@ class RangeValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -68,7 +68,7 @@ class RangeValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
@ -89,7 +89,7 @@ class RangeValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
@ -100,7 +100,7 @@ class RangeValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -115,7 +115,7 @@ class RangeValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
@ -35,7 +35,7 @@ class RegularExpressionValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -49,7 +49,7 @@ class RegularExpressionValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
@ -61,7 +61,7 @@ class RegularExpressionValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -72,7 +72,7 @@ class RegularExpressionValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
@ -51,7 +51,7 @@ class RequiredValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -63,7 +63,7 @@ class RequiredValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
@ -84,7 +84,7 @@ class RequiredValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -95,7 +95,7 @@ class RequiredValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
@ -26,14 +26,14 @@ namespace yii\validators;
|
||||
class SafeValidator extends Validator
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttributes($model, $attributes = null)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
|
@ -67,7 +67,7 @@ class StringValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -99,7 +99,7 @@ class StringValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
@ -125,7 +125,7 @@ class StringValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
@ -149,7 +149,7 @@ class StringValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -160,7 +160,7 @@ class StringValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
@ -92,7 +92,7 @@ class UniqueValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -113,7 +113,7 @@ class UniqueValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
|
@ -50,7 +50,7 @@ class UrlValidator extends Validator
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
@ -64,7 +64,7 @@ class UrlValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function validateAttribute($model, $attribute)
|
||||
{
|
||||
@ -78,7 +78,7 @@ class UrlValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function validateValue($value)
|
||||
{
|
||||
@ -119,7 +119,7 @@ class UrlValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function clientValidateAttribute($model, $attribute, $view)
|
||||
{
|
||||
@ -133,7 +133,7 @@ class UrlValidator extends Validator
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getClientOptions($model, $attribute)
|
||||
{
|
||||
|
@ -227,7 +227,7 @@ class Validator extends Component
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
|
@ -37,7 +37,7 @@ class IsOneOfAssert extends \PHPUnit\Framework\Constraint\Constraint
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function matches($other)
|
||||
{
|
||||
|
@ -95,7 +95,7 @@ class Customer extends ActiveRecord
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
* @return CustomerQuery
|
||||
*/
|
||||
public static function find()
|
||||
|
@ -27,7 +27,7 @@ namespace yiiunit\data\ar;
|
||||
class Type extends ActiveRecord
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function tableName()
|
||||
{
|
||||
|
@ -34,7 +34,7 @@ class TraversableObject implements \Iterator, \Countable
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function current()
|
||||
{
|
||||
@ -42,7 +42,7 @@ class TraversableObject implements \Iterator, \Countable
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function next()
|
||||
{
|
||||
@ -50,7 +50,7 @@ class TraversableObject implements \Iterator, \Countable
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function key()
|
||||
{
|
||||
@ -58,7 +58,7 @@ class TraversableObject implements \Iterator, \Countable
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function valid()
|
||||
{
|
||||
@ -66,7 +66,7 @@ class TraversableObject implements \Iterator, \Countable
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function rewind()
|
||||
{
|
||||
|
@ -21,7 +21,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -83,7 +83,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -21,7 +21,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -83,7 +83,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -27,7 +27,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -30,7 +30,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -21,7 +21,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -86,7 +86,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -29,7 +29,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -21,7 +21,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -86,7 +86,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -26,7 +26,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -26,7 +26,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -28,7 +28,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -29,7 +29,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -26,7 +26,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -26,7 +26,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -24,7 +24,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -27,7 +27,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -24,7 +24,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -24,7 +24,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -24,7 +24,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -20,7 +20,7 @@ use yii\db\Migration;
|
||||
class {$class} extends Migration
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeUp()
|
||||
{
|
||||
@ -66,7 +66,7 @@ class {$class} extends Migration
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function safeDown()
|
||||
{
|
||||
|
@ -180,7 +180,7 @@ class FakeController extends Controller
|
||||
class Filter1 extends ActionFilter
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function beforeAction($action)
|
||||
{
|
||||
@ -189,7 +189,7 @@ class Filter1 extends ActionFilter
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function afterAction($action, $result)
|
||||
{
|
||||
@ -200,7 +200,7 @@ class Filter1 extends ActionFilter
|
||||
class Filter2 extends ActionFilter
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function beforeAction($action)
|
||||
{
|
||||
@ -209,7 +209,7 @@ class Filter2 extends ActionFilter
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function afterAction($action, $result)
|
||||
{
|
||||
@ -220,7 +220,7 @@ class Filter2 extends ActionFilter
|
||||
class Filter3 extends ActionFilter
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function beforeAction($action)
|
||||
{
|
||||
@ -229,7 +229,7 @@ class Filter3 extends ActionFilter
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function afterAction($action, $result)
|
||||
{
|
||||
|
@ -15,7 +15,7 @@ use yii\base\Security;
|
||||
class ExposedSecurity extends Security
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function hkdf($algo, $inputKey, $salt = null, $info = null, $length = 0)
|
||||
{
|
||||
@ -23,7 +23,7 @@ class ExposedSecurity extends Security
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function pbkdf2($algo, $password, $salt, $iterations, $length = 0)
|
||||
{
|
||||
|
@ -128,7 +128,7 @@ class AttributeBehaviorTest extends TestCase
|
||||
class ActiveRecordWithAttributeBehavior extends ActiveRecord
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function behaviors()
|
||||
{
|
||||
@ -146,7 +146,7 @@ class ActiveRecordWithAttributeBehavior extends ActiveRecord
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function tableName()
|
||||
{
|
||||
|
@ -173,7 +173,7 @@ class AttributesBehaviorTest extends TestCase
|
||||
class ActiveRecordWithAttributesBehavior extends ActiveRecord
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function behaviors()
|
||||
{
|
||||
@ -197,7 +197,7 @@ class ActiveRecordWithAttributesBehavior extends ActiveRecord
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function tableName()
|
||||
{
|
||||
|
@ -17,13 +17,13 @@ use yiiunit\framework\db\DatabaseTestCase;
|
||||
class DbDependencyTest extends DatabaseTestCase
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $driverName = 'sqlite';
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp()
|
||||
{
|
||||
|
@ -15,13 +15,13 @@ use yiiunit\framework\db\DatabaseTestCase;
|
||||
class DbQueryDependencyTest extends DatabaseTestCase
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $driverName = 'sqlite';
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function setUp()
|
||||
{
|
||||
|
@ -109,7 +109,7 @@ class DbMessageControllerTest extends BaseMessageControllerTest
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function getDefaultConfig()
|
||||
{
|
||||
@ -123,7 +123,7 @@ class DbMessageControllerTest extends BaseMessageControllerTest
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function saveMessages($messages, $category)
|
||||
{
|
||||
@ -145,7 +145,7 @@ class DbMessageControllerTest extends BaseMessageControllerTest
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function loadMessages($category)
|
||||
{
|
||||
|
@ -15,7 +15,7 @@ use yii\console\controllers\MigrateController;
|
||||
class EchoMigrateController extends MigrateController
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function stdout($string)
|
||||
{
|
||||
|
@ -19,7 +19,7 @@ use yiiunit\TestCase;
|
||||
class HelpControllerTest extends TestCase
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function setUp()
|
||||
{
|
||||
|
@ -32,7 +32,7 @@ class PHPMessageControllerTest extends BaseMessageControllerTest
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function getDefaultConfig()
|
||||
{
|
||||
@ -57,7 +57,7 @@ class PHPMessageControllerTest extends BaseMessageControllerTest
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function saveMessages($messages, $category)
|
||||
{
|
||||
@ -75,7 +75,7 @@ class PHPMessageControllerTest extends BaseMessageControllerTest
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function loadMessages($category)
|
||||
{
|
||||
|
@ -34,7 +34,7 @@ class POMessageControllerTest extends BaseMessageControllerTest
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function getDefaultConfig()
|
||||
{
|
||||
@ -56,7 +56,7 @@ class POMessageControllerTest extends BaseMessageControllerTest
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function saveMessages($messages, $category)
|
||||
{
|
||||
@ -73,7 +73,7 @@ class POMessageControllerTest extends BaseMessageControllerTest
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function loadMessages($category)
|
||||
{
|
||||
|
@ -15,7 +15,7 @@ use yii\console\controllers\CacheController;
|
||||
class SilencedCacheController extends CacheController
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function stdout($string)
|
||||
{
|
||||
|
@ -33,7 +33,7 @@ class BaseDataProviderTest extends TestCase
|
||||
class ConcreteDataProvider extends BaseDataProvider
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareModels()
|
||||
{
|
||||
@ -41,7 +41,7 @@ class ConcreteDataProvider extends BaseDataProvider
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareKeys($models)
|
||||
{
|
||||
@ -49,7 +49,7 @@ class ConcreteDataProvider extends BaseDataProvider
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function prepareTotalCount()
|
||||
{
|
||||
|
@ -45,7 +45,7 @@ abstract class ActiveRecordTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getCustomerClass()
|
||||
{
|
||||
@ -53,7 +53,7 @@ abstract class ActiveRecordTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getItemClass()
|
||||
{
|
||||
@ -61,7 +61,7 @@ abstract class ActiveRecordTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getOrderClass()
|
||||
{
|
||||
@ -69,7 +69,7 @@ abstract class ActiveRecordTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getOrderItemClass()
|
||||
{
|
||||
@ -85,7 +85,7 @@ abstract class ActiveRecordTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getOrderWithNullFKClass()
|
||||
{
|
||||
@ -93,7 +93,7 @@ abstract class ActiveRecordTest extends DatabaseTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getOrderItemWithNullFKmClass()
|
||||
{
|
||||
|
@ -13,7 +13,7 @@ use yii\db\Query;
|
||||
class UnqueryableQueryMock extends Query
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function one($db = null)
|
||||
{
|
||||
@ -21,7 +21,7 @@ class UnqueryableQueryMock extends Query
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function all($db = null)
|
||||
{
|
||||
|
@ -117,7 +117,7 @@ class QueryBuilderTest extends \yiiunit\framework\db\QueryBuilderTest
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function testBuildUnion()
|
||||
{
|
||||
|
@ -13,7 +13,7 @@ class MockAuthManager extends PhpManager
|
||||
{
|
||||
/**
|
||||
* This mock does not persist.
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function saveToFile($data, $file)
|
||||
{
|
||||
|
@ -33,7 +33,7 @@ class ConsoleStub extends Console
|
||||
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function stdin($raw = false)
|
||||
{
|
||||
@ -41,7 +41,7 @@ class ConsoleStub extends Console
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function stdout($string)
|
||||
{
|
||||
@ -49,7 +49,7 @@ class ConsoleStub extends Console
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public static function stderr($string)
|
||||
{
|
||||
|
@ -15,7 +15,7 @@ use yii\helpers\BaseInflector;
|
||||
class FallbackInflector extends BaseInflector
|
||||
{
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected static function hasIntl()
|
||||
{
|
||||
|
@ -226,7 +226,7 @@ class TestTarget extends Target
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getContextMessage()
|
||||
{
|
||||
|
@ -18,7 +18,7 @@ class AuthorRule extends Rule
|
||||
public $reallyReally = false;
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function execute($user, $item, $params)
|
||||
{
|
||||
|
@ -62,7 +62,7 @@ class PhpManagerTest extends ManagerTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
*{@inheritdoc}
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function createManager()
|
||||
{
|
||||
|
Reference in New Issue
Block a user