Habari\Block::field_load PHP Метод

field_load() публичный Метод

Load the form value from the block
public field_load ( string $key ) : mixed
$key string The name of the form field to load
Результат mixed The value of the block for the form
    public function field_load($key)
    {
        return $this->{$key};
    }