Crud\Action\EditAction::_post PHP Метод

_post() защищенный Метод

Thin proxy for _put
protected _post ( string | null $id = null ) : Response | null
$id string | null Record id
Результат Cake\Network\Response | null
    protected function _post($id = null)
    {
        return $this->_put($id);
    }