A Metadata asset for an Owl view

package Owl
author Dave Widmer

 Methods

Creates a new Meta view asset.

__construct(string $name, string $content) 

Parameters

$name

string

The metadata name

$content

string

The content

Renders the asset to html

__toString() : string

Returns

stringThe html for the

 Properties

 

The content for the metadata

$content : string

 

The metadata name

$name : string