PHP 인터페이스 Artesaos\SEOTools\Contracts\SEOTools

저자: `Vinicius Reis`
파일 보기 프로젝트 열기: artesaos/seotools

공개 메소드들

메소드 설명
addImages ( array | string $urls ) : Artesaos\SEOTools\Contracts\SEOTools Add one or more images urls.
generate ( boolean $minify = false ) : string Generate from all seo providers.
getTitle ( boolean $session = false ) : string Get current title from metatags.
metatags ( ) : Artesaos\SEOTools\Contracts\MetaTags
opengraph ( ) : Artesaos\SEOTools\Contracts\OpenGraph
setCanonical ( string $url ) : Artesaos\SEOTools\Contracts\SEOTools Sets the canonical URL.
setDescription ( string $description ) : Artesaos\SEOTools\Contracts\SEOTools Setup description for all seo providers.
setTitle ( string $title ) : Artesaos\SEOTools\Contracts\SEOTools Setup title for all seo providers.
twitter ( ) : Artesaos\SEOTools\Contracts\TwitterCards

메소드 상세

addImages() 공개 메소드

Add one or more images urls.
public addImages ( array | string $urls ) : Artesaos\SEOTools\Contracts\SEOTools
$urls array | string
리턴 Artesaos\SEOTools\Contracts\SEOTools

generate() 공개 메소드

Generate from all seo providers.
public generate ( boolean $minify = false ) : string
$minify boolean
리턴 string

getTitle() 공개 메소드

Get current title from metatags.
public getTitle ( boolean $session = false ) : string
$session boolean
리턴 string

metatags() 공개 메소드

public metatags ( ) : Artesaos\SEOTools\Contracts\MetaTags
리턴 Artesaos\SEOTools\Contracts\MetaTags

opengraph() 공개 메소드

public opengraph ( ) : Artesaos\SEOTools\Contracts\OpenGraph
리턴 Artesaos\SEOTools\Contracts\OpenGraph

setCanonical() 공개 메소드

Sets the canonical URL.
public setCanonical ( string $url ) : Artesaos\SEOTools\Contracts\SEOTools
$url string
리턴 Artesaos\SEOTools\Contracts\SEOTools

setDescription() 공개 메소드

Setup description for all seo providers.
public setDescription ( string $description ) : Artesaos\SEOTools\Contracts\SEOTools
$description string
리턴 Artesaos\SEOTools\Contracts\SEOTools

setTitle() 공개 메소드

Setup title for all seo providers.
public setTitle ( string $title ) : Artesaos\SEOTools\Contracts\SEOTools
$title string
리턴 Artesaos\SEOTools\Contracts\SEOTools

twitter() 공개 메소드

public twitter ( ) : Artesaos\SEOTools\Contracts\TwitterCards
리턴 Artesaos\SEOTools\Contracts\TwitterCards