hedronium\Jables\BaseType::definition PHP Method

definition() protected method

protected definition ( $definition )
    protected function definition($definition)
    {
        if (isset($this->schema->{$definition})) {
            return $this->schema->{$definition};
        } else {
            return null;
        }
    }