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 = [];
    }