PHP 클래스 App\Http\Streamers\Streamer

파일 보기 프로젝트 열기: phanan/koel 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$contentType string
$song app\models\Song | string

공개 메소드들

메소드 설명
__construct ( Song $song ) BaseStreamer constructor.

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

$contentType 보호되어 있는 프로퍼티

protected string $contentType
리턴 string

$song 보호되어 있는 프로퍼티

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