Eusonlito\LaravelMeta\Tags\MetaProperty::tagDefault PHP Метод

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

public static tagDefault ( $key, $value )
    public static function tagDefault($key, $value)
    {
        if (in_array($key, self::$available, true)) {
            return '<meta property="og:' . $key . '" content="' . $value . '" />';
        }
    }
MetaProperty