Sindbad~EG File Manager

Current Path : /home/nicedoo/www/wp-content/plugins/flexible-checkout-fields/src/Integration/
Upload File :
Current File : /home/nicedoo/www/wp-content/plugins/flexible-checkout-fields/src/Integration/FieldInterface.php

<?php

namespace WPDesk\FCF\Free\Integration;

/**
 * .
 */
interface FieldInterface {

	/**
	 * Returns key of field.
	 *
	 * @return string Field key.
	 */
	public function get_field_key(): string;

	/**
	 * Returns label of field.
	 *
	 * @return string Field label.
	 */
	public function get_field_label(): string;

	/**
	 * Returns type of field.
	 *
	 * @return string Field type.
	 */
	public function get_field_type(): string;

	/**
	 * Returns status if field is custom.
	 *
	 * @return bool If field is custom?
	 */
	public function is_custom_field(): bool;

	/**
	 * Returns key of field group.
	 *
	 * @return string Group key.
	 */
	public function get_group_key(): string;
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists