Learner\Services\Layouts\Videos\Youtube::getIFrame PHP 메소드

getIFrame() 공개 메소드

Get the iframe code.
public getIFrame ( integer $id ) : string
$id integer
리턴 string
    public function getIFrame($id)
    {
        return '<iframe width="' . $this->getWidth() . '" height="' . $this->getHeight() . '"' . ' src="https://www.youtube.com/embed/' . $id . '" ' . 'frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>';
    }
Youtube