add phpdoc & test png files

This commit is contained in:
Shaked Klein Orbach 2018-03-06 17:16:37 -06:00
commit 9fe417745e
2 changed files with 9 additions and 0 deletions

View file

@ -50,6 +50,9 @@ class ExtractMultipleFramesFilter implements VideoFilterInterface
$this->destinationFolder = $destinationFolder;
}
/**
* @param string $frameFileType
*/
public function setFrameFileType($frameFileType) {
$this->frameFileType = $frameFileType;
}