0 follower

Final Class Yiisoft\Yii\Gii\Generator\ActiveRecord\Column

InheritanceYiisoft\Yii\Gii\Generator\ActiveRecord\Column

Property Details

Hide inherited properties

$defaultValue public property
public mixed $defaultValue null
$isAllowNull public property
public boolean $isAllowNull null
$name public property
public string $name null
$type public property
public string $type null

Method Details

Hide inherited methods

__construct() public method

public mixed __construct ( string $name, string $type, boolean $isAllowNull, mixed $defaultValue )
$name string
$type string
$isAllowNull boolean
$defaultValue mixed

                public function __construct(
    public string $name,
    public string $type,
    public bool $isAllowNull,
    public mixed $defaultValue,
) {
}