Carew\Event\Listener\Metadata\Optimization::__construct PHP Method

__construct() public method

public __construct ( $permalinkFormat = '%year%/%month%/%day%/%slug%.html', Path $path = null )
$path Carew\Helper\Path
    public function __construct($permalinkFormat = '%year%/%month%/%day%/%slug%.html', Path $path = null)
    {
        $this->permalinkFormat = $permalinkFormat;
        $this->path = $path ?: new Path();
    }