'Related', * 'child' => 'Child', * 'parent' => 'Parent', * 'self' => 'Self', * ] * * The dictionary key is saved in the database. * * @access public * @return array */ public function getDependencies(); /** * Set text entered by the user * * @access public * @param string $input */ public function setUserTextInput($input); /** * Return true if the provider can parse correctly the user input * * @access public * @return boolean */ public function match(); /** * Get the link found with the properties * * @access public * @return ExternalLinkInterface */ public function getLink(); }