Lazer\Classes\Helpers\Config::schema PHP 메소드

schema() 공개 메소드

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