Jarves\Configuration\Field::bootRunTime PHP Method

bootRunTime() public method

e.g. create cross foreignKeys for 1-to-n relations.
public bootRunTime ( Object $object, Configs $configs )
$object Object
$configs Configs
    public function bootRunTime(Object $object, Configs $configs)
    {
        if ($this->hasFieldType()) {
            $this->getFieldType()->bootRunTime($object, $configs);
        }
    }
Field