Learner\Services\Layouts\Videos\VideoTrait::setHeight PHP Method

setHeight() public method

Set height.
public setHeight ( integer $height )
$height integer
    public function setHeight($height)
    {
        $this->height = $height;
        return $this;
    }