Skip to content

Commit eddbc7d

Browse files
committed
PAC-497: add new config for ignored attribute on update
1 parent 9ed5923 commit eddbc7d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/ConfigurationInterface.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,4 +522,20 @@ public function setConfigurationFiles(array $configurationFiles);
522522
* @return array
523523
*/
524524
public function getConfigurationFiles();
525+
526+
/**
527+
* Get the ignored attribute value from Config
528+
*
529+
* @return array
530+
*/
531+
public function getIgnoreAttributeValue();
532+
533+
/**
534+
* Set the ignored attribute value from Config
535+
*
536+
* @param array $ignoreAttributeValueOnUpdate ignoreAttributeValueOnUpdate
537+
*
538+
* @return void
539+
*/
540+
public function setIgnoreAttributeValue($ignoreAttributeValueOnUpdate);
525541
}

0 commit comments

Comments
 (0)