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

setWidth() public method

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