public function flvtool2::get_name in Video 7
Same name and namespace in other branches
- 6.4 metadata/flvtool2.inc \flvtool2::get_name()
Interface Implementations
See also
sites/all/modules/video/includes/metadata_interface#get_name()
File
- metadata/
flvtool2.inc, line 26
Class
Code
public function get_name() {
return $this->name;
}