TYPO3 CMS  TYPO3_6-2
LinktypeInterface.php
Go to the documentation of this file.
1 <?php
3 
22 interface LinktypeInterface {
31  public function checkLink($url, $softRefEntry, $reference);
32 
41  public function fetchType($value, $type, $key);
42 
48  public function getErrorParams();
49 
56  public function getBrokenUrl($row);
57 
64  public function getErrorMessage($errorParams);
65 
66 }
checkLink($url, $softRefEntry, $reference)