Documentation

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

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

__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
Return values
mixed

Search results