You are here

public function TranscoderAbstractionFactory::getErrors in Video 7.2

Get errors

File

includes/TranscoderFactory.inc, line 167
Transcoder Abstract Factory classes

Class

TranscoderAbstractionFactory
Abstract class for the transcoder classes to keep common methods

Code

public function getErrors() {
  return $this->errors;
}