Bluz\Crud\AbstractCrud::readOne PHP Method

readOne() public method

Get item by primary key(s)
public readOne ( mixed $primary ) : mixed
$primary mixed
return mixed
    public function readOne($primary)
    {
        throw new NotImplementedException();
    }