Devise\Support\Sortable\Manager::getKey PHP Method

getKey() public method

public getKey ( ) : mixed
return mixed
    public function getKey()
    {
        return $this->key;
    }

Usage Example

Example #1
0
 public function test_it_gets_key()
 {
     $Framework = new \Devise\Support\Framework();
     $Manager = new Manager($Framework);
     assertEquals('httplocalhost', $Manager->getKey());
 }