PHP Class Xpressengine\Seo\Importers\BasicImporter

Author: XE Developers ([email protected])
Inheritance: extends AbstractImporter
Show file Open project: xpressengine/xpressengine

Protected Properties

Property Type Description
$cuts array will be cut items name and length
$metaItems array meta items

Public Methods

Method Description
exec ( array $data ) : void Execute import job

Protected Methods

Method Description
makeCanonical ( string $url ) : string Make canonical tag

Method Details

exec() public method

Execute import job
public exec ( array $data ) : void
$data array data array
return void

makeCanonical() protected method

Make canonical tag
protected makeCanonical ( string $url ) : string
$url string url path
return string

Property Details

$cuts protected property

will be cut items name and length
protected array $cuts
return array

$metaItems protected property

meta items
protected array $metaItems
return array