Lavary\Menu\Link::href PHP 메소드

href() 공개 메소드

Set Anchor's href property
public href ( $href ) : Lavary\Menu\Link
리턴 Lavary\Menu\Link
    public function href($href)
    {
        $this->href = $href;
        return $this;
    }