Lazer\Classes\Helpers\Config::schema PHP Méthode

schema() public méthode

Returning assoc array with types of fields
public schema ( ) : array
Résultat array
    public function schema()
    {
        return $this->getKey('schema', true);
    }