PHP Class FirstMigrationOAuth

Inheritance: extends CakeMigration
Mostra file Open project: thomseddon/cakephp-oauth-server

Public Properties

Property Type Description
$description string Migration description
$migration array Actions to be performed

Public Methods

Method Description
after ( $direction ) : boolean After migration callback
before ( $direction ) : boolean Before migration callback

Method Details

after() public method

After migration callback
public after ( $direction ) : boolean
return boolean Should process continue

before() public method

Before migration callback
public before ( $direction ) : boolean
return boolean Should process continue

Property Details

$description public_oe property

Migration description
public string $description
return string

$migration public_oe property

Actions to be performed
public array $migration
return array