Skip to content

Commit

Permalink
Drop abstract classes already defined by interface
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Mar 3, 2020
1 parent 42b8d22 commit fe8353b
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions conditions/type/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,30 +76,6 @@ public function __construct(ContainerInterface $container, \phpbb\db\driver\driv
}
}

/**
* Get condition type
*
* @return string Condition type
* @access public
*/
abstract public function get_condition_type();

/**
* Get condition field (this is the field to check)
*
* @return string Condition field name
* @access public
*/
abstract public function get_condition_field();

/**
* Get condition type name
*
* @return string Condition type name
* @access public
*/
abstract public function get_condition_type_name();

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit fe8353b

Please sign in to comment.