PHP Class Xpressengine\Seo\Importers\BasicImporter

Author: XE Developers ([email protected])
Inheritance: extends AbstractImporter
Afficher le fichier Open project: xpressengine/xpressengine

Protected Properties

Свойство Type Description
$cuts array will be cut items name and length
$metaItems array meta items

Méthodes publiques

Méthode Description
exec ( array $data ) : void Execute import job

Méthodes protégées

Méthode Description
makeCanonical ( string $url ) : string Make canonical tag

Method Details

exec() public méthode

Execute import job
public exec ( array $data ) : void
$data array data array
Résultat void

makeCanonical() protected méthode

Make canonical tag
protected makeCanonical ( string $url ) : string
$url string url path
Résultat string

Property Details

$cuts protected_oe property

will be cut items name and length
protected array $cuts
Résultat array

$metaItems protected_oe property

meta items
protected array $metaItems
Résultat array