mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Enhanced entities
This commit is contained in:
@@ -112,4 +112,29 @@ class ValidationParticipant
|
||||
{
|
||||
return $this->session;
|
||||
}
|
||||
/**
|
||||
* @var boolean $is_aware
|
||||
*/
|
||||
private $is_aware = false;
|
||||
|
||||
|
||||
/**
|
||||
* Set is_aware
|
||||
*
|
||||
* @param boolean $isAware
|
||||
*/
|
||||
public function setIsAware($isAware)
|
||||
{
|
||||
$this->is_aware = $isAware;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get is_aware
|
||||
*
|
||||
* @return boolean
|
||||
*/
|
||||
public function getIsAware()
|
||||
{
|
||||
return $this->is_aware;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user