ReflectionProperty::isPrivateSet
  Checks if property is private for writing
  
 
  Description
  
   public bool ReflectionProperty::isPrivateSet()
  
   Checks whether the property is private for writing.
  
  
 
  Parameters
  This function has no parameters.
  
 
  Return Values
  
   true if the property is private(set), false otherwise.
  
  
 
  See Also
  
   -  ReflectionProperty::isPublic
-  ReflectionProperty::isProtected
-  ReflectionProperty::isProtectedSet
-  ReflectionProperty::isPrivate
-  ReflectionProperty::isReadOnly
-  ReflectionProperty::isStatic