*/
public static function create($id)
{
- throw new \BadMethodCallException('This method is available on a decorator.');
+ throw new \BadMethodCallException('This method is not available on a decorator.');
}
/**
*/
public static function validateAttribute($name)
{
- throw new \BadMethodCallException('This method is available on a decorator.');
+ throw new \BadMethodCallException('This method is not available on a decorator.');
}
/**
*/
public static function validateClass($class)
{
- throw new \BadMethodCallException('This method is available on a decorator.');
+ throw new \BadMethodCallException('This method is not available on a decorator.');
}
/**
*/
public static function validateId($id)
{
- throw new \BadMethodCallException('This method is available on a decorator.');
+ throw new \BadMethodCallException('This method is not available on a decorator.');
}
/**