You are here

public function PHPVideoToolkit::getLastError in Video 7

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

* Returns the last encountered error message. * * @access public *

Return value

string

File

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

Class

PHPVideoToolkit

Code

public function getLastError() {
  return $this->_errors[0];
}