This method creates a
public postLink ( string $title, string | array | null $url = null, array $options = [] ) : string | ||
$title | string | The content to be wrapped by tags. |
$url | string | array | null | Cake-relative URL or array of URL parameters, or external URL (starts with http://) |
$options | array | Array of HTML attributes. |
리턴 | string | An `` element. |