Devise\Support\Sortable\Manager::writeCookie PHP 메소드

writeCookie() 개인적인 메소드

private writeCookie ( $cookie ) : mixed
$cookie
리턴 mixed
    private function writeCookie($cookie)
    {
        return $this->Session->put($this->key, $cookie);
    }