Grido\Components\Actions\Href::setCustomHref PHP Method

setCustomHref() public method

Sets callback for custom link creating.
public setCustomHref ( callback $callback ) : Href
$callback callback
return Href
    public function setCustomHref($callback)
    {
        $this->customHref = $callback;
        return $this;
    }