PHP Class App\Http\Streamers\Streamer

ファイルを表示 Open project: phanan/koel Class Usage Examples

Protected Properties

Property Type Description
$contentType string
$song app\models\Song | string

Public Methods

Method Description
__construct ( Song $song ) BaseStreamer constructor.

Method Details

__construct() public method

BaseStreamer constructor.
public __construct ( Song $song )
$song app\models\Song Song

Property Details

$contentType protected_oe property

protected string $contentType
return string

$song protected_oe property

protected Song,App\Models|string $song
return app\models\Song | string