ServicePublisher

The publisher is used by the importer to publish or unpublish records.

package

Default

Methods

__construct

__construct() 

Publishes a record.

publish( $arg0,  $arg1) : void

Arguments

$arg0

array | Record

$arg1

callable

Un-publishes a record.

unpublish( $arg0,  $arg1) : void

Arguments

$arg0

string

$arg1

callable

Updates an existing record.

update( $arg0,  $arg1) : void

Arguments

$arg0

array | Record

$arg1

callable