Exemplo n.º 1
0
 /// <summary>
 /// Whether this instance is empty.
 /// </summary>
 /// <returns>Whether a referenced object is empty.</returns>
 public bool IsEmpty()
 {
     return(PhpVariable.IsEmpty(value));
 }