for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Migratio\GrammarStructure\Mysql\Wizard\Foreign;
use Migratio\Contract\Foreign\OptionsPropertiesContract;
class OptionsProperties implements OptionsPropertiesContract
{
/**
* @var $wizard WizardContract
$wizard
0
*/
protected $wizard;
* @var $constraint
$constraint
protected $constraint;
* OptionsProperties constructor.
* @param $wizard
* @param $constraint
public function __construct($wizard,$constraint)
$this->wizard=$wizard;
$this->constraint=$constraint;
}
* @return mixed
public function cascade()
$this->wizard->setReferences($this->constraint,'onOption',__FUNCTION__);
public function noAction()
public function restrict()
public function setDefault()
public function setNull()