yii\behaviors\AttributeTypecastBehavior::clearAutoDetectedAttributeTypes PHP Method

clearAutoDetectedAttributeTypes() public static method

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