PHP 클래스 Piwik\Plugins\SEO\Metric\DomainAge

상속: implements Piwik\Plugins\SEO\Metric\MetricsProvider
파일 보기 프로젝트 열기: piwik/piwik

공개 메소드들

메소드 설명
__construct ( Piwik\Metrics\Formatter $formatter, Psr\Log\LoggerInterface $logger )
getMetrics ( $domain )

비공개 메소드들

메소드 설명
getAgeArchiveOrg ( string $domain ) : integer Returns the domain age archive.org lists for the current url
getAgeWhoIs ( string $domain ) : integer Returns the domain age who.is lists for the current url
getAgeWhoisCom ( string $domain ) : integer Returns the domain age whois.com lists for the current url
getUrl ( $url )

메소드 상세

__construct() 공개 메소드

public __construct ( Piwik\Metrics\Formatter $formatter, Psr\Log\LoggerInterface $logger )
$formatter Piwik\Metrics\Formatter
$logger Psr\Log\LoggerInterface

getMetrics() 공개 메소드

public getMetrics ( $domain )