getColumnPhpType() protected method
Extracts the PHP type from abstract DB type.
protected string getColumnPhpType ( $column ) | ||
---|---|---|
$column | yii\db\ColumnSchema |
The column schema information |
return | string |
PHP type name |
getColumnPhpType() protected method
Extracts the PHP type from abstract DB type.
protected string getColumnPhpType ( $column ) | ||
---|---|---|
$column | yii\db\ColumnSchema |
The column schema information |
return | string |
PHP type name |
Please login to continue.