Avatar::fromKey PHP Method

fromKey() public static method

public static fromKey ( $pk )
    public static function fromKey($pk)
    {
        return Avatar::first("avatarId=" . safeSQLString($pk));
    }