We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ActiveRecordInterface::getOldPrimaryKey(bool $asArray = false) split to
ActiveRecordInterface::getOldPrimaryKey(bool $asArray = false)
getOldPrimaryKey(): mixed
ActiveRecordInterface::getOldPrimaryKey(false)
getOldPrimaryKeys(): array
ActiveRecordInterface::getOldPrimaryKey(true)
ActiveRecordInterface::getPrimaryKey(bool $asArray = false) split to
ActiveRecordInterface::getPrimaryKey(bool $asArray = false)
getPrimaryKey(): mixed
ActiveRecordInterface::getPrimaryKey(false)
getPrimaryKeys(): array
ActiveRecordInterface::getPrimaryKey(true)
BaseActiveRecord::isAttributeChanged(string $name, bool $identical = true) split to
BaseActiveRecord::isAttributeChanged(string $name, bool $identical = true)
isAttributeChanged(string $name)
BaseActiveRecord::isAttributeChanged(string $name, true)
isAttributeChangedEqual(string $name)
BaseActiveRecord::isAttributeChanged(string $name, false)
This removes extra check for these methods.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ActiveRecordInterface::getOldPrimaryKey(bool $asArray = false)
split togetOldPrimaryKey(): mixed
equals toActiveRecordInterface::getOldPrimaryKey(false)
getOldPrimaryKeys(): array
equals toActiveRecordInterface::getOldPrimaryKey(true)
ActiveRecordInterface::getPrimaryKey(bool $asArray = false)
split togetPrimaryKey(): mixed
equals toActiveRecordInterface::getPrimaryKey(false)
getPrimaryKeys(): array
equals toActiveRecordInterface::getPrimaryKey(true)
BaseActiveRecord::isAttributeChanged(string $name, bool $identical = true)
split toisAttributeChanged(string $name)
equals toBaseActiveRecord::isAttributeChanged(string $name, true)
isAttributeChangedEqual(string $name)
equals toBaseActiveRecord::isAttributeChanged(string $name, false)
This removes extra check for these methods.
The text was updated successfully, but these errors were encountered: