Artesaos\SEOTools\OpenGraph::setVideoOther PHP 메소드

setVideoOther() 공개 메소드

Set video episode properties.
public setVideoOther ( array $attributes = [] ) : Artesaos\SEOTools\Contracts\OpenGraph
$attributes array opengraph video.other attributes
리턴 Artesaos\SEOTools\Contracts\OpenGraph
    public function setVideoOther($attributes = [])
    {
        $validkeys = ['actor', 'actor:role', 'director', 'writer', 'duration', 'release_date', 'tag'];
        $this->setProperties('video.other', 'videoOtherProperties', $attributes, $validkeys);
        return $this;
    }