You are here

public function PHPVideoToolkit::getErrors in Video 7

Same name and namespace in other branches
  1. 7.2 libraries/phpvideotoolkit/phpvideotoolkit.php5.php \PHPVideoToolkit::getErrors()

* Returns all the encountered errors as an array of strings * * @access public *

Return value

array

File

libraries/phpvideotoolkit/phpvideotoolkit.php5.php, line 3773

Class

PHPVideoToolkit

Code

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