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