Checks if the current asset manager has a certain asset.
string $name an asset name:
Boolean True if the asset has been set, false if not
public function has($name) { return isset($this->assets[$name]); }