AbstractProvider
in package
implements
OutputProvider
AbstractProvider parent of all output providers.
Interfaces, Classes and Traits
- OutputProvider
- OutputProvider interface of all output providers.
Table of Contents
- $binary : string
- Binary that returns info about movie file
- $EX_CODE_FILE_NOT_FOUND : mixed
- $movieFile : string
- Movie File path
- $persistent : bool
- Persistent functionality on/off
- $persistentBuffer : mixed
- __construct() : mixed
- Base constructor for every provider
- __serialize() : mixed
- __unserialize() : mixed
- setMovieFile() : mixed
- Setting movie file path
Properties
$binary
Binary that returns info about movie file
protected
string
$binary
$EX_CODE_FILE_NOT_FOUND
protected
static mixed
$EX_CODE_FILE_NOT_FOUND
= 334561
$movieFile
Movie File path
protected
string
$movieFile
$persistent
Persistent functionality on/off
protected
bool
$persistent
$persistentBuffer
protected
static mixed
$persistentBuffer
= array()
Methods
__construct()
Base constructor for every provider
public
__construct(string $binary, bool $persistent) : mixed
Parameters
- $binary : string
-
Binary that returns info about movie file
- $persistent : bool
-
Persistent functionality on/off
Return values
mixed —__serialize()
public
__serialize() : mixed
Return values
mixed —__unserialize()
public
__unserialize(mixed $serialized) : mixed
Parameters
- $serialized : mixed
Return values
mixed —setMovieFile()
Setting movie file path
public
setMovieFile(string $movieFile) : mixed
Parameters
- $movieFile : string