yii\behaviors\AttributeTypecastBehavior::clearAutoDetectedAttributeTypes PHP Метод

clearAutoDetectedAttributeTypes() публичный статический Метод

Clears internal static cache of auto detected [[attributeTypes]] values over all affected owner classes.
    public static function clearAutoDetectedAttributeTypes()
    {
        self::$autoDetectedAttributeTypes = [];
    }