Grido\Components\Operation::setPrimaryKey PHP Метод

setPrimaryKey() публичный Метод

Sets primary key.
public setPrimaryKey ( string $primaryKey ) : Operation
$primaryKey string
Результат Operation
    public function setPrimaryKey($primaryKey)
    {
        $this->primaryKey = $primaryKey;
        return $this;
    }