PHP Class Neos\ContentRepository\Migration\Domain\Model\MigrationConfiguration

Mostrar archivo Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Property Type Description
$comments string
$migration array
$warnings string

Public Methods

Method Description
__construct ( array $configuration = [] )
getComments ( ) : string
getMigration ( ) : array
getWarnings ( ) : string
hasComments ( ) : boolean
hasWarnings ( ) : boolean

Method Details

__construct() public method

public __construct ( array $configuration = [] )
$configuration array

getComments() public method

public getComments ( ) : string
return string

getMigration() public method

public getMigration ( ) : array
return array

getWarnings() public method

public getWarnings ( ) : string
return string

hasComments() public method

public hasComments ( ) : boolean
return boolean

hasWarnings() public method

public hasWarnings ( ) : boolean
return boolean

Property Details

$comments protected_oe property

protected string $comments
return string

$migration protected_oe property

protected array $migration
return array

$warnings protected_oe property

protected string $warnings
return string